Shades of Orchid #D266C9
Tints of Orchid #D266C9
RGB
CMYK
RGB Variations
Color information
#D266C9 (or 0xD266C9) is known color: Orchid. HEX triplet: D2, 66 and C9. RGB value is (210,102,201). Sum of RGB (Red+Green+Blue) = 210+102+201=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D266C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266C9 is #2D9936. Grayscale: #919191. Windows color (decimal): -2988343 or 13199058. OLE color: 13199058.
HSL color Cylindrical-coordinate representation of color #D266C9: hue angle of 305º 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 #D266C9 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 201 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.18 |
| HSL | 305º | 0.55% | 0.61% | - |
| HSV(B) | 305º | 0.51% | 0.82% | - |
| XYZ | 41.87 | 27.42 | 58.34 | - |
| YUV | 145.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 201 | 0 | 0.51 | 0.04 | 0.18 | 305 | 0.55 | 0.61 |
| Hex | D2 | 66 | C9 | 0 | 33 | 4 | 12 | 131 | 37 | 3D |
| Octal | 322 | 146 | 311 | 0 | 63 | 4 | 22 | 461 | 67 | 75 |
| Binary | 11010010 | 1100110 | 11001001 | 0 | 110011 | 100 | 10010 | 100110001 | 110111 | 111101 |
Color Harmonies of #D266C9
Complementary color
Monochromatic Colors of #D266C9
Black with #D266C9
Text Example
Text Example
White with #D266C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266C9; }
p { color: rgb(210,102,201); }
H1.HeaderClassName
{
color: #D266C9;
}
.AnyTagClassName
{
color: #D266C9;
}
</style>
background-color css
<style>
a { background-color: #D266C9; }
a { background-color: rgb(210,102,201); }
div.DivClassName
{
background-color: #D266C9;
}
.BgClassName
{
background-color: #D266C9;
}
</style>
border-color css
<style>
span { border-color: #D266C9; }
span { border-color: rgb(210,102,201); }
td.TdClassName
{
border-color: #D266C9;
}
.TagClassName
{
border-color: #D266C9;
}
</style>