Shades of Orchid #D266D8
Tints of Orchid #D266D8
RGB
CMYK
RGB Variations
Color information
#D266D8 (or 0xD266D8) is known color: Orchid. HEX triplet: D2, 66 and D8. RGB value is (210,102,216). Sum of RGB (Red+Green+Blue) = 210+102+216=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #D266D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266D8 is #2D9927. Grayscale: #929292. Windows color (decimal): -2988328 or 14182098. OLE color: 14182098.
HSL color Cylindrical-coordinate representation of color #D266D8: hue angle of 296.84º 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 #D266D8 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 102 | 216 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.15 |
| HSL | 296.84º | 0.59% | 0.62% | - |
| HSV(B) | 296.84º | 0.53% | 0.85% | - |
| XYZ | 43.72 | 28.16 | 68.1 | - |
| YUV | 147.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 216 | 0.03 | 0.53 | 0 | 0.15 | 296.84 | 0.59 | 0.62 |
| Hex | D2 | 66 | D8 | 3 | 35 | 0 | F | 129 | 3B | 3E |
| Octal | 322 | 146 | 330 | 3 | 65 | 0 | 17 | 451 | 73 | 76 |
| Binary | 11010010 | 1100110 | 11011000 | 11 | 110101 | 0 | 1111 | 100101001 | 111011 | 111110 |
Color Harmonies of #D266D8
Complementary color
Monochromatic Colors of #D266D8
Black with #D266D8
Text Example
Text Example
White with #D266D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266D8; }
p { color: rgb(210,102,216); }
H1.HeaderClassName
{
color: #D266D8;
}
.AnyTagClassName
{
color: #D266D8;
}
</style>
background-color css
<style>
a { background-color: #D266D8; }
a { background-color: rgb(210,102,216); }
div.DivClassName
{
background-color: #D266D8;
}
.BgClassName
{
background-color: #D266D8;
}
</style>
border-color css
<style>
span { border-color: #D266D8; }
span { border-color: rgb(210,102,216); }
td.TdClassName
{
border-color: #D266D8;
}
.TagClassName
{
border-color: #D266D8;
}
</style>