Shades of Orchid #D481DB
Tints of Orchid #D481DB
RGB
CMYK
RGB Variations
Color information
#D481DB (or 0xD481DB) is known color: Orchid. HEX triplet: D4, 81 and DB. RGB value is (212,129,219). Sum of RGB (Red+Green+Blue) = 212+129+219=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D481DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DB is #2B7E24. Grayscale: #A3A3A3. Windows color (decimal): -2850341 or 14385620. OLE color: 14385620.
HSL color Cylindrical-coordinate representation of color #D481DB: hue angle of 295.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D481DB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 129 | 219 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.14 |
| HSL | 295.33º | 0.56% | 0.68% | - |
| HSV(B) | 295.33º | 0.41% | 0.86% | - |
| XYZ | 47.79 | 34.81 | 71.22 | - |
| YUV | 164.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 219 | 0.03 | 0.41 | 0 | 0.14 | 295.33 | 0.56 | 0.68 |
| Hex | D4 | 81 | DB | 3 | 29 | 0 | E | 127 | 38 | 44 |
| Octal | 324 | 201 | 333 | 3 | 51 | 0 | 16 | 447 | 70 | 104 |
| Binary | 11010100 | 10000001 | 11011011 | 11 | 101001 | 0 | 1110 | 100100111 | 111000 | 1000100 |
Color Harmonies of #D481DB
Complementary color
Monochromatic Colors of #D481DB
Black with #D481DB
Text Example
Text Example
White with #D481DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481DB; }
p { color: rgb(212,129,219); }
H1.HeaderClassName
{
color: #D481DB;
}
.AnyTagClassName
{
color: #D481DB;
}
</style>
background-color css
<style>
a { background-color: #D481DB; }
a { background-color: rgb(212,129,219); }
div.DivClassName
{
background-color: #D481DB;
}
.BgClassName
{
background-color: #D481DB;
}
</style>
border-color css
<style>
span { border-color: #D481DB; }
span { border-color: rgb(212,129,219); }
td.TdClassName
{
border-color: #D481DB;
}
.TagClassName
{
border-color: #D481DB;
}
</style>