Shades of Orchid #D866C2
Tints of Orchid #D866C2
RGB
CMYK
RGB Variations
Color information
#D866C2 (or 0xD866C2) is known color: Orchid. HEX triplet: D8, 66 and C2. RGB value is (216,102,194). Sum of RGB (Red+Green+Blue) = 216+102+194=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D866C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866C2 is #27993D. Grayscale: #929292. Windows color (decimal): -2595134 or 12740312. OLE color: 12740312.
HSL color Cylindrical-coordinate representation of color #D866C2: hue angle of 311.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866C2 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 194 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.15 |
| HSL | 311.58º | 0.59% | 0.62% | - |
| HSV(B) | 311.58º | 0.53% | 0.85% | - |
| XYZ | 42.81 | 28 | 54.19 | - |
| YUV | 146.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 194 | 0 | 0.53 | 0.10 | 0.15 | 311.58 | 0.59 | 0.62 |
| Hex | D8 | 66 | C2 | 0 | 35 | A | F | 138 | 3B | 3E |
| Octal | 330 | 146 | 302 | 0 | 65 | 12 | 17 | 470 | 73 | 76 |
| Binary | 11011000 | 1100110 | 11000010 | 0 | 110101 | 1010 | 1111 | 100111000 | 111011 | 111110 |
Color Harmonies of #D866C2
Complementary color
Monochromatic Colors of #D866C2
Black with #D866C2
Text Example
Text Example
White with #D866C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866C2; }
p { color: rgb(216,102,194); }
H1.HeaderClassName
{
color: #D866C2;
}
.AnyTagClassName
{
color: #D866C2;
}
</style>
background-color css
<style>
a { background-color: #D866C2; }
a { background-color: rgb(216,102,194); }
div.DivClassName
{
background-color: #D866C2;
}
.BgClassName
{
background-color: #D866C2;
}
</style>
border-color css
<style>
span { border-color: #D866C2; }
span { border-color: rgb(216,102,194); }
td.TdClassName
{
border-color: #D866C2;
}
.TagClassName
{
border-color: #D866C2;
}
</style>