Shades of Orchid #D266CB
Tints of Orchid #D266CB
RGB
CMYK
RGB Variations
Color information
#D266CB (or 0xD266CB) is known color: Orchid. HEX triplet: D2, 66 and CB. RGB value is (210,102,203). Sum of RGB (Red+Green+Blue) = 210+102+203=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D266CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266CB is #2D9934. Grayscale: #919191. Windows color (decimal): -2988341 or 13330130. OLE color: 13330130.
HSL color Cylindrical-coordinate representation of color #D266CB: hue angle of 303.89º 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 #D266CB is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 203 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.18 |
| HSL | 303.89º | 0.55% | 0.61% | - |
| HSV(B) | 303.89º | 0.51% | 0.82% | - |
| XYZ | 42.11 | 27.52 | 59.59 | - |
| YUV | 145.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 203 | 0 | 0.51 | 0.03 | 0.18 | 303.89 | 0.55 | 0.61 |
| Hex | D2 | 66 | CB | 0 | 33 | 3 | 12 | 130 | 37 | 3D |
| Octal | 322 | 146 | 313 | 0 | 63 | 3 | 22 | 460 | 67 | 75 |
| Binary | 11010010 | 1100110 | 11001011 | 0 | 110011 | 11 | 10010 | 100110000 | 110111 | 111101 |
Color Harmonies of #D266CB
Complementary color
Monochromatic Colors of #D266CB
Black with #D266CB
Text Example
Text Example
White with #D266CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266CB; }
p { color: rgb(210,102,203); }
H1.HeaderClassName
{
color: #D266CB;
}
.AnyTagClassName
{
color: #D266CB;
}
</style>
background-color css
<style>
a { background-color: #D266CB; }
a { background-color: rgb(210,102,203); }
div.DivClassName
{
background-color: #D266CB;
}
.BgClassName
{
background-color: #D266CB;
}
</style>
border-color css
<style>
span { border-color: #D266CB; }
span { border-color: rgb(210,102,203); }
td.TdClassName
{
border-color: #D266CB;
}
.TagClassName
{
border-color: #D266CB;
}
</style>