Shades of Orchid #D666C8
Tints of Orchid #D666C8
RGB
CMYK
RGB Variations
Color information
#D666C8 (or 0xD666C8) is known color: Orchid. HEX triplet: D6, 66 and C8. RGB value is (214,102,200). Sum of RGB (Red+Green+Blue) = 214+102+200=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D666C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666C8 is #299937. Grayscale: #929292. Windows color (decimal): -2726200 or 13133526. OLE color: 13133526.
HSL color Cylindrical-coordinate representation of color #D666C8: hue angle of 307.5º 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 #D666C8 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 200 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.16 |
| HSL | 307.5º | 0.58% | 0.62% | - |
| HSV(B) | 307.5º | 0.52% | 0.84% | - |
| XYZ | 42.91 | 27.97 | 57.78 | - |
| YUV | 146.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 200 | 0 | 0.52 | 0.07 | 0.16 | 307.5 | 0.58 | 0.62 |
| Hex | D6 | 66 | C8 | 0 | 34 | 7 | 10 | 134 | 3A | 3E |
| Octal | 326 | 146 | 310 | 0 | 64 | 7 | 20 | 464 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11001000 | 0 | 110100 | 111 | 10000 | 100110100 | 111010 | 111110 |
Color Harmonies of #D666C8
Complementary color
Monochromatic Colors of #D666C8
Black with #D666C8
Text Example
Text Example
White with #D666C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666C8; }
p { color: rgb(214,102,200); }
H1.HeaderClassName
{
color: #D666C8;
}
.AnyTagClassName
{
color: #D666C8;
}
</style>
background-color css
<style>
a { background-color: #D666C8; }
a { background-color: rgb(214,102,200); }
div.DivClassName
{
background-color: #D666C8;
}
.BgClassName
{
background-color: #D666C8;
}
</style>
border-color css
<style>
span { border-color: #D666C8; }
span { border-color: rgb(214,102,200); }
td.TdClassName
{
border-color: #D666C8;
}
.TagClassName
{
border-color: #D666C8;
}
</style>