Shades of Orchid #D66FC9
Tints of Orchid #D66FC9
RGB
CMYK
RGB Variations
Color information
#D66FC9 (or 0xD66FC9) is known color: Orchid. HEX triplet: D6, 6F and C9. RGB value is (214,111,201). Sum of RGB (Red+Green+Blue) = 214+111+201=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FC9 is #299036. Grayscale: #979797. Windows color (decimal): -2723895 or 13201366. OLE color: 13201366.
HSL color Cylindrical-coordinate representation of color #D66FC9: hue angle of 307.57º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FC9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 201 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.16 |
| HSL | 307.57º | 0.56% | 0.64% | - |
| HSV(B) | 307.57º | 0.48% | 0.84% | - |
| XYZ | 43.96 | 29.88 | 58.71 | - |
| YUV | 152.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 201 | 0 | 0.48 | 0.06 | 0.16 | 307.57 | 0.56 | 0.64 |
| Hex | D6 | 6F | C9 | 0 | 30 | 6 | 10 | 134 | 38 | 40 |
| Octal | 326 | 157 | 311 | 0 | 60 | 6 | 20 | 464 | 70 | 100 |
| Binary | 11010110 | 1101111 | 11001001 | 0 | 110000 | 110 | 10000 | 100110100 | 111000 | 1000000 |
Color Harmonies of #D66FC9
Complementary color
Monochromatic Colors of #D66FC9
Black with #D66FC9
Text Example
Text Example
White with #D66FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FC9; }
p { color: rgb(214,111,201); }
H1.HeaderClassName
{
color: #D66FC9;
}
.AnyTagClassName
{
color: #D66FC9;
}
</style>
background-color css
<style>
a { background-color: #D66FC9; }
a { background-color: rgb(214,111,201); }
div.DivClassName
{
background-color: #D66FC9;
}
.BgClassName
{
background-color: #D66FC9;
}
</style>
border-color css
<style>
span { border-color: #D66FC9; }
span { border-color: rgb(214,111,201); }
td.TdClassName
{
border-color: #D66FC9;
}
.TagClassName
{
border-color: #D66FC9;
}
</style>