Shades of Orchid #D26FB8
Tints of Orchid #D26FB8
RGB
CMYK
RGB Variations
Color information
#D26FB8 (or 0xD26FB8) is known color: Orchid. HEX triplet: D2, 6F and B8. RGB value is (210,111,184). Sum of RGB (Red+Green+Blue) = 210+111+184=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB8 is #2D9047. Grayscale: #949494. Windows color (decimal): -2986056 or 12087250. OLE color: 12087250.
HSL color Cylindrical-coordinate representation of color #D26FB8: hue angle of 315.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FB8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 184 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.18 |
| HSL | 315.76º | 0.52% | 0.63% | - |
| HSV(B) | 315.76º | 0.47% | 0.82% | - |
| XYZ | 40.91 | 28.53 | 48.7 | - |
| YUV | 148.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 184 | 0 | 0.47 | 0.12 | 0.18 | 315.76 | 0.52 | 0.63 |
| Hex | D2 | 6F | B8 | 0 | 2F | C | 12 | 13C | 34 | 3F |
| Octal | 322 | 157 | 270 | 0 | 57 | 14 | 22 | 474 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10111000 | 0 | 101111 | 1100 | 10010 | 100111100 | 110100 | 111111 |
Color Harmonies of #D26FB8
Complementary color
Monochromatic Colors of #D26FB8
Black with #D26FB8
Text Example
Text Example
White with #D26FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FB8; }
p { color: rgb(210,111,184); }
H1.HeaderClassName
{
color: #D26FB8;
}
.AnyTagClassName
{
color: #D26FB8;
}
</style>
background-color css
<style>
a { background-color: #D26FB8; }
a { background-color: rgb(210,111,184); }
div.DivClassName
{
background-color: #D26FB8;
}
.BgClassName
{
background-color: #D26FB8;
}
</style>
border-color css
<style>
span { border-color: #D26FB8; }
span { border-color: rgb(210,111,184); }
td.TdClassName
{
border-color: #D26FB8;
}
.TagClassName
{
border-color: #D26FB8;
}
</style>