Shades of Orchid #D266D9
Tints of Orchid #D266D9
RGB
CMYK
RGB Variations
Color information
#D266D9 (or 0xD266D9) is known color: Orchid. HEX triplet: D2, 66 and D9. RGB value is (210,102,217). Sum of RGB (Red+Green+Blue) = 210+102+217=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #D266D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266D9 is #2D9926. Grayscale: #939393. Windows color (decimal): -2988327 or 14247634. OLE color: 14247634.
HSL color Cylindrical-coordinate representation of color #D266D9: hue angle of 296.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D266D9 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 102 | 217 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.15 |
| HSL | 296.35º | 0.6% | 0.63% | - |
| HSV(B) | 296.35º | 0.53% | 0.85% | - |
| XYZ | 43.85 | 28.21 | 68.78 | - |
| YUV | 147.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 217 | 0.03 | 0.53 | 0 | 0.15 | 296.35 | 0.6 | 0.63 |
| Hex | D2 | 66 | D9 | 3 | 35 | 0 | F | 128 | 3C | 3F |
| Octal | 322 | 146 | 331 | 3 | 65 | 0 | 17 | 450 | 74 | 77 |
| Binary | 11010010 | 1100110 | 11011001 | 11 | 110101 | 0 | 1111 | 100101000 | 111100 | 111111 |
Color Harmonies of #D266D9
Complementary color
Monochromatic Colors of #D266D9
Black with #D266D9
Text Example
Text Example
White with #D266D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266D9; }
p { color: rgb(210,102,217); }
H1.HeaderClassName
{
color: #D266D9;
}
.AnyTagClassName
{
color: #D266D9;
}
</style>
background-color css
<style>
a { background-color: #D266D9; }
a { background-color: rgb(210,102,217); }
div.DivClassName
{
background-color: #D266D9;
}
.BgClassName
{
background-color: #D266D9;
}
</style>
border-color css
<style>
span { border-color: #D266D9; }
span { border-color: rgb(210,102,217); }
td.TdClassName
{
border-color: #D266D9;
}
.TagClassName
{
border-color: #D266D9;
}
</style>