Shades of Orchid #D266DF
Tints of Orchid #D266DF
RGB
CMYK
RGB Variations
Color information
#D266DF (or 0xD266DF) is known color: Orchid. HEX triplet: D2, 66 and DF. RGB value is (210,102,223). Sum of RGB (Red+Green+Blue) = 210+102+223=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #D266DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266DF is #2D9920. Grayscale: #939393. Windows color (decimal): -2988321 or 14640850. OLE color: 14640850.
HSL color Cylindrical-coordinate representation of color #D266DF: hue angle of 293.55º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D266DF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 102 | 223 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.13 |
| HSL | 293.55º | 0.65% | 0.64% | - |
| HSV(B) | 293.55º | 0.54% | 0.87% | - |
| XYZ | 44.65 | 28.53 | 72.97 | - |
| YUV | 148.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 223 | 0.06 | 0.54 | 0 | 0.13 | 293.55 | 0.65 | 0.64 |
| Hex | D2 | 66 | DF | 6 | 36 | 0 | D | 126 | 41 | 40 |
| Octal | 322 | 146 | 337 | 6 | 66 | 0 | 15 | 446 | 101 | 100 |
| Binary | 11010010 | 1100110 | 11011111 | 110 | 110110 | 0 | 1101 | 100100110 | 1000001 | 1000000 |
Color Harmonies of #D266DF
Complementary color
Monochromatic Colors of #D266DF
Black with #D266DF
Text Example
Text Example
White with #D266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266DF; }
p { color: rgb(210,102,223); }
H1.HeaderClassName
{
color: #D266DF;
}
.AnyTagClassName
{
color: #D266DF;
}
</style>
background-color css
<style>
a { background-color: #D266DF; }
a { background-color: rgb(210,102,223); }
div.DivClassName
{
background-color: #D266DF;
}
.BgClassName
{
background-color: #D266DF;
}
</style>
border-color css
<style>
span { border-color: #D266DF; }
span { border-color: rgb(210,102,223); }
td.TdClassName
{
border-color: #D266DF;
}
.TagClassName
{
border-color: #D266DF;
}
</style>