Shades of Orchid #D471DB
Tints of Orchid #D471DB
RGB
CMYK
RGB Variations
Color information
#D471DB (or 0xD471DB) is known color: Orchid. HEX triplet: D4, 71 and DB. RGB value is (212,113,219). Sum of RGB (Red+Green+Blue) = 212+113+219=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D471DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DB is #2B8E24. Grayscale: #9A9A9A. Windows color (decimal): -2854437 or 14381524. OLE color: 14381524.
HSL color Cylindrical-coordinate representation of color #D471DB: hue angle of 296.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D471DB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 113 | 219 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.14 |
| HSL | 296.04º | 0.6% | 0.65% | - |
| HSV(B) | 296.04º | 0.48% | 0.86% | - |
| XYZ | 45.84 | 30.92 | 70.57 | - |
| YUV | 154.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 219 | 0.03 | 0.48 | 0 | 0.14 | 296.04 | 0.6 | 0.65 |
| Hex | D4 | 71 | DB | 3 | 30 | 0 | E | 128 | 3C | 41 |
| Octal | 324 | 161 | 333 | 3 | 60 | 0 | 16 | 450 | 74 | 101 |
| Binary | 11010100 | 1110001 | 11011011 | 11 | 110000 | 0 | 1110 | 100101000 | 111100 | 1000001 |
Color Harmonies of #D471DB
Complementary color
Monochromatic Colors of #D471DB
Black with #D471DB
Text Example
Text Example
White with #D471DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471DB; }
p { color: rgb(212,113,219); }
H1.HeaderClassName
{
color: #D471DB;
}
.AnyTagClassName
{
color: #D471DB;
}
</style>
background-color css
<style>
a { background-color: #D471DB; }
a { background-color: rgb(212,113,219); }
div.DivClassName
{
background-color: #D471DB;
}
.BgClassName
{
background-color: #D471DB;
}
</style>
border-color css
<style>
span { border-color: #D471DB; }
span { border-color: rgb(212,113,219); }
td.TdClassName
{
border-color: #D471DB;
}
.TagClassName
{
border-color: #D471DB;
}
</style>