Shades of Orchid #D866E1
Tints of Orchid #D866E1
RGB
CMYK
RGB Variations
Color information
#D866E1 (or 0xD866E1) is known color: Orchid. HEX triplet: D8, 66 and E1. RGB value is (216,102,225). Sum of RGB (Red+Green+Blue) = 216+102+225=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #D866E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866E1 is #27991E. Grayscale: #959595. Windows color (decimal): -2595103 or 14771928. OLE color: 14771928.
HSL color Cylindrical-coordinate representation of color #D866E1: hue angle of 295.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D866E1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 102 | 225 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.12 |
| HSL | 295.61º | 0.67% | 0.64% | - |
| HSV(B) | 295.61º | 0.55% | 0.88% | - |
| XYZ | 46.66 | 29.54 | 74.48 | - |
| YUV | 150.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 225 | 0.04 | 0.55 | 0 | 0.12 | 295.61 | 0.67 | 0.64 |
| Hex | D8 | 66 | E1 | 4 | 37 | 0 | C | 128 | 43 | 40 |
| Octal | 330 | 146 | 341 | 4 | 67 | 0 | 14 | 450 | 103 | 100 |
| Binary | 11011000 | 1100110 | 11100001 | 100 | 110111 | 0 | 1100 | 100101000 | 1000011 | 1000000 |
Color Harmonies of #D866E1
Complementary color
Monochromatic Colors of #D866E1
Black with #D866E1
Text Example
Text Example
White with #D866E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866E1; }
p { color: rgb(216,102,225); }
H1.HeaderClassName
{
color: #D866E1;
}
.AnyTagClassName
{
color: #D866E1;
}
</style>
background-color css
<style>
a { background-color: #D866E1; }
a { background-color: rgb(216,102,225); }
div.DivClassName
{
background-color: #D866E1;
}
.BgClassName
{
background-color: #D866E1;
}
</style>
border-color css
<style>
span { border-color: #D866E1; }
span { border-color: rgb(216,102,225); }
td.TdClassName
{
border-color: #D866E1;
}
.TagClassName
{
border-color: #D866E1;
}
</style>