Html Css Color HEX #C06ECE Medium Orchid

📋 copy color: '#C06ECE'

red 192 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #C06ECE

Tints of Medium Orchid #C06ECE

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

 GREEN value IS 110 (43.36% from 255) = 21.65%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 37.8%
G = 21.65%
B = 40.55%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06ECE (or 0xC06ECE) is known color: Medium Orchid. HEX triplet: C0, 6E and CE. RGB value is (192,110,206). Sum of RGB (Red+Green+Blue) = 192+110+206=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C06ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ECE is #3F9131. Grayscale: #919191. Windows color (decimal): -4165938 or 13528768. OLE color: 13528768.

HSL color Cylindrical-coordinate representation of color #C06ECE: hue angle of 291.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06ECE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 110 206 -
CMYK 0.07 0.47 0 0.19
HSL 291.25º 0.49% 0.62% -
HSV(B) 291.25º 0.47% 0.81% -
XYZ 38.45 26.81 61.54 -
YUV 145.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 192 110 206 0.07 0.47 0 0.19 291.25 0.49 0.62
Hex C0 6E CE 7 2F 0 13 123 31 3E
Octal 300 156 316 7 57 0 23 443 61 76
Binary 11000000 1101110 11001110 111 101111 0 10011 100100011 110001 111110

Color Harmonies of #C06ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ECE

Black with #C06ECE

Text Example


Text Example

White with #C06ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ECE; }

 p { color: rgb(192,110,206); }

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

background-color css

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

 a { background-color: rgb(192,110,206); }

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

border-color css

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

 span { border-color: rgb(192,110,206); }

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