Shades of Medium Orchid #C066D6
Tints of Medium Orchid #C066D6
RGB
CMYK
RGB Variations
Color information
#C066D6 (or 0xC066D6) is known color: Medium Orchid. HEX triplet: C0, 66 and D6. RGB value is (192,102,214). Sum of RGB (Red+Green+Blue) = 192+102+214=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #C066D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066D6 is #3F9929. Grayscale: #8D8D8D. Windows color (decimal): -4167978 or 14051008. OLE color: 14051008.
HSL color Cylindrical-coordinate representation of color #C066D6: hue angle of 288.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C066D6 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 102 | 214 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.16 |
| HSL | 288.21º | 0.58% | 0.62% | - |
| HSV(B) | 288.21º | 0.52% | 0.84% | - |
| XYZ | 38.63 | 25.56 | 66.52 | - |
| YUV | 141.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 214 | 0.10 | 0.52 | 0 | 0.16 | 288.21 | 0.58 | 0.62 |
| Hex | C0 | 66 | D6 | A | 34 | 0 | 10 | 120 | 3A | 3E |
| Octal | 300 | 146 | 326 | 12 | 64 | 0 | 20 | 440 | 72 | 76 |
| Binary | 11000000 | 1100110 | 11010110 | 1010 | 110100 | 0 | 10000 | 100100000 | 111010 | 111110 |
Color Harmonies of #C066D6
Complementary color
Monochromatic Colors of #C066D6
Black with #C066D6
Text Example
Text Example
White with #C066D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066D6; }
p { color: rgb(192,102,214); }
H1.HeaderClassName
{
color: #C066D6;
}
.AnyTagClassName
{
color: #C066D6;
}
</style>
background-color css
<style>
a { background-color: #C066D6; }
a { background-color: rgb(192,102,214); }
div.DivClassName
{
background-color: #C066D6;
}
.BgClassName
{
background-color: #C066D6;
}
</style>
border-color css
<style>
span { border-color: #C066D6; }
span { border-color: rgb(192,102,214); }
td.TdClassName
{
border-color: #C066D6;
}
.TagClassName
{
border-color: #C066D6;
}
</style>