Shades of Medium Orchid #C066CB
Tints of Medium Orchid #C066CB
RGB
CMYK
RGB Variations
Color information
#C066CB (or 0xC066CB) is known color: Medium Orchid. HEX triplet: C0, 66 and CB. RGB value is (192,102,203). Sum of RGB (Red+Green+Blue) = 192+102+203=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C066CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CB is #3F9934. Grayscale: #8C8C8C. Windows color (decimal): -4167989 or 13330112. OLE color: 13330112.
HSL color Cylindrical-coordinate representation of color #C066CB: hue angle of 293.47º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 102 | 203 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.20 |
| HSL | 293.47º | 0.49% | 0.6% | - |
| HSV(B) | 293.47º | 0.5% | 0.8% | - |
| XYZ | 37.27 | 25.02 | 59.37 | - |
| YUV | 140.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 203 | 0.05 | 0.50 | 0 | 0.20 | 293.47 | 0.49 | 0.6 |
| Hex | C0 | 66 | CB | 5 | 32 | 0 | 14 | 125 | 31 | 3C |
| Octal | 300 | 146 | 313 | 5 | 62 | 0 | 24 | 445 | 61 | 74 |
| Binary | 11000000 | 1100110 | 11001011 | 101 | 110010 | 0 | 10100 | 100100101 | 110001 | 111100 |
Color Harmonies of #C066CB
Complementary color
Monochromatic Colors of #C066CB
Black with #C066CB
Text Example
Text Example
White with #C066CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066CB; }
p { color: rgb(192,102,203); }
H1.HeaderClassName
{
color: #C066CB;
}
.AnyTagClassName
{
color: #C066CB;
}
</style>
background-color css
<style>
a { background-color: #C066CB; }
a { background-color: rgb(192,102,203); }
div.DivClassName
{
background-color: #C066CB;
}
.BgClassName
{
background-color: #C066CB;
}
</style>
border-color css
<style>
span { border-color: #C066CB; }
span { border-color: rgb(192,102,203); }
td.TdClassName
{
border-color: #C066CB;
}
.TagClassName
{
border-color: #C066CB;
}
</style>