Shades of Medium Orchid #C06ECC
Tints of Medium Orchid #C06ECC
RGB
CMYK
RGB Variations
Color information
#C06ECC (or 0xC06ECC) is known color: Medium Orchid. HEX triplet: C0, 6E and CC. RGB value is (192,110,204). Sum of RGB (Red+Green+Blue) = 192+110+204=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ECC is #3F9133. Grayscale: #909090. Windows color (decimal): -4165940 or 13397696. OLE color: 13397696.
HSL color Cylindrical-coordinate representation of color #C06ECC: hue angle of 292.34º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06ECC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 110 | 204 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.2 |
| HSL | 292.34º | 0.48% | 0.62% | - |
| HSV(B) | 292.34º | 0.46% | 0.8% | - |
| XYZ | 38.21 | 26.72 | 60.27 | - |
| YUV | 145.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 204 | 0.06 | 0.46 | 0 | 0.2 | 292.34 | 0.48 | 0.62 |
| Hex | C0 | 6E | CC | 6 | 2E | 0 | 14 | 124 | 30 | 3E |
| Octal | 300 | 156 | 314 | 6 | 56 | 0 | 24 | 444 | 60 | 76 |
| Binary | 11000000 | 1101110 | 11001100 | 110 | 101110 | 0 | 10100 | 100100100 | 110000 | 111110 |
Color Harmonies of #C06ECC
Complementary color
Monochromatic Colors of #C06ECC
Black with #C06ECC
Text Example
Text Example
White with #C06ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ECC; }
p { color: rgb(192,110,204); }
H1.HeaderClassName
{
color: #C06ECC;
}
.AnyTagClassName
{
color: #C06ECC;
}
</style>
background-color css
<style>
a { background-color: #C06ECC; }
a { background-color: rgb(192,110,204); }
div.DivClassName
{
background-color: #C06ECC;
}
.BgClassName
{
background-color: #C06ECC;
}
</style>
border-color css
<style>
span { border-color: #C06ECC; }
span { border-color: rgb(192,110,204); }
td.TdClassName
{
border-color: #C06ECC;
}
.TagClassName
{
border-color: #C06ECC;
}
</style>