Shades of Orchid #D472DB
Tints of Orchid #D472DB
RGB
CMYK
RGB Variations
Color information
#D472DB (or 0xD472DB) is known color: Orchid. HEX triplet: D4, 72 and DB. RGB value is (212,114,219). Sum of RGB (Red+Green+Blue) = 212+114+219=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D472DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472DB is #2B8D24. Grayscale: #9A9A9A. Windows color (decimal): -2854181 or 14381780. OLE color: 14381780.
HSL color Cylindrical-coordinate representation of color #D472DB: hue angle of 296º degrees, saturation: 0.59, 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 #D472DB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 114 | 219 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.14 |
| HSL | 296º | 0.59% | 0.65% | - |
| HSV(B) | 296º | 0.48% | 0.86% | - |
| XYZ | 45.95 | 31.15 | 70.61 | - |
| YUV | 155.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 219 | 0.03 | 0.48 | 0 | 0.14 | 296 | 0.59 | 0.65 |
| Hex | D4 | 72 | DB | 3 | 30 | 0 | E | 128 | 3B | 41 |
| Octal | 324 | 162 | 333 | 3 | 60 | 0 | 16 | 450 | 73 | 101 |
| Binary | 11010100 | 1110010 | 11011011 | 11 | 110000 | 0 | 1110 | 100101000 | 111011 | 1000001 |
Color Harmonies of #D472DB
Complementary color
Monochromatic Colors of #D472DB
Black with #D472DB
Text Example
Text Example
White with #D472DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472DB; }
p { color: rgb(212,114,219); }
H1.HeaderClassName
{
color: #D472DB;
}
.AnyTagClassName
{
color: #D472DB;
}
</style>
background-color css
<style>
a { background-color: #D472DB; }
a { background-color: rgb(212,114,219); }
div.DivClassName
{
background-color: #D472DB;
}
.BgClassName
{
background-color: #D472DB;
}
</style>
border-color css
<style>
span { border-color: #D472DB; }
span { border-color: rgb(212,114,219); }
td.TdClassName
{
border-color: #D472DB;
}
.TagClassName
{
border-color: #D472DB;
}
</style>