Shades of Orchid #D266CA
Tints of Orchid #D266CA
RGB
CMYK
RGB Variations
Color information
#D266CA (or 0xD266CA) is known color: Orchid. HEX triplet: D2, 66 and CA. RGB value is (210,102,202). Sum of RGB (Red+Green+Blue) = 210+102+202=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D266CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266CA is #2D9935. Grayscale: #919191. Windows color (decimal): -2988342 or 13264594. OLE color: 13264594.
HSL color Cylindrical-coordinate representation of color #D266CA: hue angle of 304.44º 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 #D266CA is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 202 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.18 |
| HSL | 304.44º | 0.55% | 0.61% | - |
| HSV(B) | 304.44º | 0.51% | 0.82% | - |
| XYZ | 41.99 | 27.47 | 58.97 | - |
| YUV | 145.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 202 | 0 | 0.51 | 0.04 | 0.18 | 304.44 | 0.55 | 0.61 |
| Hex | D2 | 66 | CA | 0 | 33 | 4 | 12 | 130 | 37 | 3D |
| Octal | 322 | 146 | 312 | 0 | 63 | 4 | 22 | 460 | 67 | 75 |
| Binary | 11010010 | 1100110 | 11001010 | 0 | 110011 | 100 | 10010 | 100110000 | 110111 | 111101 |
Color Harmonies of #D266CA
Complementary color
Monochromatic Colors of #D266CA
Black with #D266CA
Text Example
Text Example
White with #D266CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266CA; }
p { color: rgb(210,102,202); }
H1.HeaderClassName
{
color: #D266CA;
}
.AnyTagClassName
{
color: #D266CA;
}
</style>
background-color css
<style>
a { background-color: #D266CA; }
a { background-color: rgb(210,102,202); }
div.DivClassName
{
background-color: #D266CA;
}
.BgClassName
{
background-color: #D266CA;
}
</style>
border-color css
<style>
span { border-color: #D266CA; }
span { border-color: rgb(210,102,202); }
td.TdClassName
{
border-color: #D266CA;
}
.TagClassName
{
border-color: #D266CA;
}
</style>