Shades of Orchid #D15FDB
Tints of Orchid #D15FDB
RGB
CMYK
RGB Variations
Color information
#D15FDB (or 0xD15FDB) is known color: Orchid. HEX triplet: D1, 5F and DB. RGB value is (209,95,219). Sum of RGB (Red+Green+Blue) = 209+95+219=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D15FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FDB is #2EA024. Grayscale: #8E8E8E. Windows color (decimal): -3055653 or 14376913. OLE color: 14376913.
HSL color Cylindrical-coordinate representation of color #D15FDB: hue angle of 295.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15FDB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 95 | 219 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.14 |
| HSL | 295.16º | 0.63% | 0.62% | - |
| HSV(B) | 295.16º | 0.57% | 0.86% | - |
| XYZ | 43.17 | 26.85 | 69.93 | - |
| YUV | 143.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 219 | 0.05 | 0.57 | 0 | 0.14 | 295.16 | 0.63 | 0.62 |
| Hex | D1 | 5F | DB | 5 | 39 | 0 | E | 127 | 3F | 3E |
| Octal | 321 | 137 | 333 | 5 | 71 | 0 | 16 | 447 | 77 | 76 |
| Binary | 11010001 | 1011111 | 11011011 | 101 | 111001 | 0 | 1110 | 100100111 | 111111 | 111110 |
Color Harmonies of #D15FDB
Complementary color
Monochromatic Colors of #D15FDB
Black with #D15FDB
Text Example
Text Example
White with #D15FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FDB; }
p { color: rgb(209,95,219); }
H1.HeaderClassName
{
color: #D15FDB;
}
.AnyTagClassName
{
color: #D15FDB;
}
</style>
background-color css
<style>
a { background-color: #D15FDB; }
a { background-color: rgb(209,95,219); }
div.DivClassName
{
background-color: #D15FDB;
}
.BgClassName
{
background-color: #D15FDB;
}
</style>
border-color css
<style>
span { border-color: #D15FDB; }
span { border-color: rgb(209,95,219); }
td.TdClassName
{
border-color: #D15FDB;
}
.TagClassName
{
border-color: #D15FDB;
}
</style>