Shades of Orchid #D66CC0
Tints of Orchid #D66CC0
RGB
CMYK
RGB Variations
Color information
#D66CC0 (or 0xD66CC0) is known color: Orchid. HEX triplet: D6, 6C and C0. RGB value is (214,108,192). Sum of RGB (Red+Green+Blue) = 214+108+192=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CC0 is #29933F. Grayscale: #959595. Windows color (decimal): -2724672 or 12610774. OLE color: 12610774.
HSL color Cylindrical-coordinate representation of color #D66CC0: hue angle of 312.45º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CC0 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 192 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.16 |
| HSL | 312.45º | 0.56% | 0.63% | - |
| HSV(B) | 312.45º | 0.5% | 0.84% | - |
| XYZ | 42.61 | 28.83 | 53.19 | - |
| YUV | 149.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 192 | 0 | 0.50 | 0.10 | 0.16 | 312.45 | 0.56 | 0.63 |
| Hex | D6 | 6C | C0 | 0 | 32 | A | 10 | 138 | 38 | 3F |
| Octal | 326 | 154 | 300 | 0 | 62 | 12 | 20 | 470 | 70 | 77 |
| Binary | 11010110 | 1101100 | 11000000 | 0 | 110010 | 1010 | 10000 | 100111000 | 111000 | 111111 |
Color Harmonies of #D66CC0
Complementary color
Monochromatic Colors of #D66CC0
Black with #D66CC0
Text Example
Text Example
White with #D66CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CC0; }
p { color: rgb(214,108,192); }
H1.HeaderClassName
{
color: #D66CC0;
}
.AnyTagClassName
{
color: #D66CC0;
}
</style>
background-color css
<style>
a { background-color: #D66CC0; }
a { background-color: rgb(214,108,192); }
div.DivClassName
{
background-color: #D66CC0;
}
.BgClassName
{
background-color: #D66CC0;
}
</style>
border-color css
<style>
span { border-color: #D66CC0; }
span { border-color: rgb(214,108,192); }
td.TdClassName
{
border-color: #D66CC0;
}
.TagClassName
{
border-color: #D66CC0;
}
</style>