Shades of Medium Orchid #C06ECE
Tints of Medium Orchid #C06ECE
RGB
CMYK
RGB Variations
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
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>