Shades of Medium Orchid #C066CE
Tints of Medium Orchid #C066CE
RGB
CMYK
RGB Variations
Color information
#C066CE (or 0xC066CE) is known color: Medium Orchid. HEX triplet: C0, 66 and CE. RGB value is (192,102,206). Sum of RGB (Red+Green+Blue) = 192+102+206=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C066CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CE is #3F9931. Grayscale: #8C8C8C. Windows color (decimal): -4167986 or 13526720. OLE color: 13526720.
HSL color Cylindrical-coordinate representation of color #C066CE: hue angle of 291.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 102 | 206 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.92º | 0.51% | 0.6% | - |
| HSV(B) | 291.92º | 0.5% | 0.81% | - |
| XYZ | 37.63 | 25.17 | 61.27 | - |
| YUV | 140.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 206 | 0.07 | 0.50 | 0 | 0.19 | 291.92 | 0.51 | 0.6 |
| Hex | C0 | 66 | CE | 7 | 32 | 0 | 13 | 124 | 33 | 3C |
| Octal | 300 | 146 | 316 | 7 | 62 | 0 | 23 | 444 | 63 | 74 |
| Binary | 11000000 | 1100110 | 11001110 | 111 | 110010 | 0 | 10011 | 100100100 | 110011 | 111100 |
Color Harmonies of #C066CE
Complementary color
Monochromatic Colors of #C066CE
Black with #C066CE
Text Example
Text Example
White with #C066CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066CE; }
p { color: rgb(192,102,206); }
H1.HeaderClassName
{
color: #C066CE;
}
.AnyTagClassName
{
color: #C066CE;
}
</style>
background-color css
<style>
a { background-color: #C066CE; }
a { background-color: rgb(192,102,206); }
div.DivClassName
{
background-color: #C066CE;
}
.BgClassName
{
background-color: #C066CE;
}
</style>
border-color css
<style>
span { border-color: #C066CE; }
span { border-color: rgb(192,102,206); }
td.TdClassName
{
border-color: #C066CE;
}
.TagClassName
{
border-color: #C066CE;
}
</style>