Html Css Color HEX #C263EA Medium Orchid

📋 copy color: '#C263EA'

red 194 ◦ green 99 ◦ blue 234

#C263EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C263EA

Tints of Medium Orchid #C263EA

RGB

 RED value IS 194 (76.17% from 255) = 36.81%

 GREEN value IS 99 (39.06% from 255) = 18.79%

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 36.81%
G = 18.79%
B = 44.4%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C263EA (or 0xC263EA) is known color: Medium Orchid. HEX triplet: C2, 63 and EA. RGB value is (194,99,234). Sum of RGB (Red+Green+Blue) = 194+99+234=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C263EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263EA is #3D9C15. Grayscale: #8E8E8E. Windows color (decimal): -4037654 or 15360962. OLE color: 15360962.

HSL color Cylindrical-coordinate representation of color #C263EA: hue angle of 282.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C263EA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 99 234 -
CMYK 0.17 0.58 0 0.08
HSL 282.22º 0.76% 0.65% -
HSV(B) 282.22º 0.58% 0.92% -
XYZ 41.56 26.33 80.73 -
YUV 142.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 194 99 234 0.17 0.58 0 0.08 282.22 0.76 0.65
Hex C2 63 EA 11 3A 0 8 11A 4C 41
Octal 302 143 352 21 72 0 10 432 114 101
Binary 11000010 1100011 11101010 10001 111010 0 1000 100011010 1001100 1000001

Color Harmonies of #C263EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263EA

Black with #C263EA

Text Example


Text Example

White with #C263EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263EA; }

 p { color: rgb(194,99,234); }

 H1.HeaderClassName
 {
   color: #C263EA;
 }
 .AnyTagClassName
 {
   color: #C263EA;
 }
</style>

background-color css

<style>
 a { background-color: #C263EA; }

 a { background-color: rgb(194,99,234); }

 div.DivClassName
 {
   background-color: #C263EA;
 }
 .BgClassName
 {
   background-color: #C263EA;
 }
</style>

border-color css

<style>
 span { border-color: #C263EA; }

 span { border-color: rgb(194,99,234); }

 td.TdClassName
 {
   border-color: #C263EA;
 }
 .TagClassName
 {
   border-color: #C263EA;
 }
</style>