Shades of Orchid #D26DBB
Tints of Orchid #D26DBB
RGB
CMYK
RGB Variations
Color information
#D26DBB (or 0xD26DBB) is known color: Orchid. HEX triplet: D2, 6D and BB. RGB value is (210,109,187). Sum of RGB (Red+Green+Blue) = 210+109+187=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DBB is #2D9244. Grayscale: #939393. Windows color (decimal): -2986565 or 12283346. OLE color: 12283346.
HSL color Cylindrical-coordinate representation of color #D26DBB: hue angle of 313.66º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DBB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 187 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.18 |
| HSL | 313.66º | 0.53% | 0.63% | - |
| HSV(B) | 313.66º | 0.48% | 0.82% | - |
| XYZ | 41.02 | 28.23 | 50.3 | - |
| YUV | 148.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 187 | 0 | 0.48 | 0.11 | 0.18 | 313.66 | 0.53 | 0.63 |
| Hex | D2 | 6D | BB | 0 | 30 | B | 12 | 13A | 35 | 3F |
| Octal | 322 | 155 | 273 | 0 | 60 | 13 | 22 | 472 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10111011 | 0 | 110000 | 1011 | 10010 | 100111010 | 110101 | 111111 |
Color Harmonies of #D26DBB
Complementary color
Monochromatic Colors of #D26DBB
Black with #D26DBB
Text Example
Text Example
White with #D26DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DBB; }
p { color: rgb(210,109,187); }
H1.HeaderClassName
{
color: #D26DBB;
}
.AnyTagClassName
{
color: #D26DBB;
}
</style>
background-color css
<style>
a { background-color: #D26DBB; }
a { background-color: rgb(210,109,187); }
div.DivClassName
{
background-color: #D26DBB;
}
.BgClassName
{
background-color: #D26DBB;
}
</style>
border-color css
<style>
span { border-color: #D26DBB; }
span { border-color: rgb(210,109,187); }
td.TdClassName
{
border-color: #D26DBB;
}
.TagClassName
{
border-color: #D26DBB;
}
</style>