Shades of Orchid #D481DD
Tints of Orchid #D481DD
RGB
CMYK
RGB Variations
Color information
#D481DD (or 0xD481DD) is known color: Orchid. HEX triplet: D4, 81 and DD. RGB value is (212,129,221). Sum of RGB (Red+Green+Blue) = 212+129+221=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DD is #2B7E22. Grayscale: #A4A4A4. Windows color (decimal): -2850339 or 14516692. OLE color: 14516692.
HSL color Cylindrical-coordinate representation of color #D481DD: hue angle of 294.13º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D481DD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 129 | 221 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.13 |
| HSL | 294.13º | 0.58% | 0.69% | - |
| HSV(B) | 294.13º | 0.42% | 0.87% | - |
| XYZ | 48.05 | 34.92 | 72.61 | - |
| YUV | 164.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 221 | 0.04 | 0.42 | 0 | 0.13 | 294.13 | 0.58 | 0.69 |
| Hex | D4 | 81 | DD | 4 | 2A | 0 | D | 126 | 3A | 45 |
| Octal | 324 | 201 | 335 | 4 | 52 | 0 | 15 | 446 | 72 | 105 |
| Binary | 11010100 | 10000001 | 11011101 | 100 | 101010 | 0 | 1101 | 100100110 | 111010 | 1000101 |
Color Harmonies of #D481DD
Complementary color
Monochromatic Colors of #D481DD
Black with #D481DD
Text Example
Text Example
White with #D481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481DD; }
p { color: rgb(212,129,221); }
H1.HeaderClassName
{
color: #D481DD;
}
.AnyTagClassName
{
color: #D481DD;
}
</style>
background-color css
<style>
a { background-color: #D481DD; }
a { background-color: rgb(212,129,221); }
div.DivClassName
{
background-color: #D481DD;
}
.BgClassName
{
background-color: #D481DD;
}
</style>
border-color css
<style>
span { border-color: #D481DD; }
span { border-color: rgb(212,129,221); }
td.TdClassName
{
border-color: #D481DD;
}
.TagClassName
{
border-color: #D481DD;
}
</style>