Shades of Orchid #D266D4
Tints of Orchid #D266D4
RGB
CMYK
RGB Variations
Color information
#D266D4 (or 0xD266D4) is known color: Orchid. HEX triplet: D2, 66 and D4. RGB value is (210,102,212). Sum of RGB (Red+Green+Blue) = 210+102+212=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #D266D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266D4 is #2D992B. Grayscale: #929292. Windows color (decimal): -2988332 or 13919954. OLE color: 13919954.
HSL color Cylindrical-coordinate representation of color #D266D4: hue angle of 298.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D266D4 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 102 | 212 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.17 |
| HSL | 298.91º | 0.56% | 0.62% | - |
| HSV(B) | 298.91º | 0.52% | 0.83% | - |
| XYZ | 43.21 | 27.96 | 65.41 | - |
| YUV | 146.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 212 | 0.01 | 0.52 | 0 | 0.17 | 298.91 | 0.56 | 0.62 |
| Hex | D2 | 66 | D4 | 1 | 34 | 0 | 11 | 12B | 38 | 3E |
| Octal | 322 | 146 | 324 | 1 | 64 | 0 | 21 | 453 | 70 | 76 |
| Binary | 11010010 | 1100110 | 11010100 | 1 | 110100 | 0 | 10001 | 100101011 | 111000 | 111110 |
Color Harmonies of #D266D4
Complementary color
Monochromatic Colors of #D266D4
Black with #D266D4
Text Example
Text Example
White with #D266D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266D4; }
p { color: rgb(210,102,212); }
H1.HeaderClassName
{
color: #D266D4;
}
.AnyTagClassName
{
color: #D266D4;
}
</style>
background-color css
<style>
a { background-color: #D266D4; }
a { background-color: rgb(210,102,212); }
div.DivClassName
{
background-color: #D266D4;
}
.BgClassName
{
background-color: #D266D4;
}
</style>
border-color css
<style>
span { border-color: #D266D4; }
span { border-color: rgb(210,102,212); }
td.TdClassName
{
border-color: #D266D4;
}
.TagClassName
{
border-color: #D266D4;
}
</style>