Shades of Orchid #D266D1
Tints of Orchid #D266D1
RGB
CMYK
RGB Variations
Color information
#D266D1 (or 0xD266D1) is known color: Orchid. HEX triplet: D2, 66 and D1. RGB value is (210,102,209). Sum of RGB (Red+Green+Blue) = 210+102+209=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D266D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266D1 is #2D992E. Grayscale: #929292. Windows color (decimal): -2988335 or 13723346. OLE color: 13723346.
HSL color Cylindrical-coordinate representation of color #D266D1: hue angle of 300.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266D1 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 209 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.18 |
| HSL | 300.56º | 0.55% | 0.61% | - |
| HSV(B) | 300.56º | 0.51% | 0.82% | - |
| XYZ | 42.84 | 27.81 | 63.43 | - |
| YUV | 146.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 209 | 0 | 0.51 | 0.00 | 0.18 | 300.56 | 0.55 | 0.61 |
| Hex | D2 | 66 | D1 | 0 | 33 | 0 | 12 | 12D | 37 | 3D |
| Octal | 322 | 146 | 321 | 0 | 63 | 0 | 22 | 455 | 67 | 75 |
| Binary | 11010010 | 1100110 | 11010001 | 0 | 110011 | 0 | 10010 | 100101101 | 110111 | 111101 |
Color Harmonies of #D266D1
Complementary color
Monochromatic Colors of #D266D1
Black with #D266D1
Text Example
Text Example
White with #D266D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266D1; }
p { color: rgb(210,102,209); }
H1.HeaderClassName
{
color: #D266D1;
}
.AnyTagClassName
{
color: #D266D1;
}
</style>
background-color css
<style>
a { background-color: #D266D1; }
a { background-color: rgb(210,102,209); }
div.DivClassName
{
background-color: #D266D1;
}
.BgClassName
{
background-color: #D266D1;
}
</style>
border-color css
<style>
span { border-color: #D266D1; }
span { border-color: rgb(210,102,209); }
td.TdClassName
{
border-color: #D266D1;
}
.TagClassName
{
border-color: #D266D1;
}
</style>