Shades of Orchid #D266BF
Tints of Orchid #D266BF
RGB
CMYK
RGB Variations
Color information
#D266BF (or 0xD266BF) is known color: Orchid. HEX triplet: D2, 66 and BF. RGB value is (210,102,191). Sum of RGB (Red+Green+Blue) = 210+102+191=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D266BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266BF is #2D9940. Grayscale: #909090. Windows color (decimal): -2988353 or 12543698. OLE color: 12543698.
HSL color Cylindrical-coordinate representation of color #D266BF: hue angle of 310.56º 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 #D266BF is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 191 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.18 |
| HSL | 310.56º | 0.55% | 0.61% | - |
| HSV(B) | 310.56º | 0.51% | 0.82% | - |
| XYZ | 40.73 | 26.97 | 52.35 | - |
| YUV | 144.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 191 | 0 | 0.51 | 0.09 | 0.18 | 310.56 | 0.55 | 0.61 |
| Hex | D2 | 66 | BF | 0 | 33 | 9 | 12 | 137 | 37 | 3D |
| Octal | 322 | 146 | 277 | 0 | 63 | 11 | 22 | 467 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10111111 | 0 | 110011 | 1001 | 10010 | 100110111 | 110111 | 111101 |
Color Harmonies of #D266BF
Complementary color
Monochromatic Colors of #D266BF
Black with #D266BF
Text Example
Text Example
White with #D266BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266BF; }
p { color: rgb(210,102,191); }
H1.HeaderClassName
{
color: #D266BF;
}
.AnyTagClassName
{
color: #D266BF;
}
</style>
background-color css
<style>
a { background-color: #D266BF; }
a { background-color: rgb(210,102,191); }
div.DivClassName
{
background-color: #D266BF;
}
.BgClassName
{
background-color: #D266BF;
}
</style>
border-color css
<style>
span { border-color: #D266BF; }
span { border-color: rgb(210,102,191); }
td.TdClassName
{
border-color: #D266BF;
}
.TagClassName
{
border-color: #D266BF;
}
</style>