Shades of Orchid #D480DD
Tints of Orchid #D480DD
RGB
CMYK
RGB Variations
Color information
#D480DD (or 0xD480DD) is known color: Orchid. HEX triplet: D4, 80 and DD. RGB value is (212,128,221). Sum of RGB (Red+Green+Blue) = 212+128+221=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D480DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DD is #2B7F22. Grayscale: #A3A3A3. Windows color (decimal): -2850595 or 14516436. OLE color: 14516436.
HSL color Cylindrical-coordinate representation of color #D480DD: hue angle of 294.19º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D480DD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 128 | 221 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.13 |
| HSL | 294.19º | 0.58% | 0.68% | - |
| HSV(B) | 294.19º | 0.42% | 0.87% | - |
| XYZ | 47.92 | 34.66 | 72.57 | - |
| YUV | 163.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 221 | 0.04 | 0.42 | 0 | 0.13 | 294.19 | 0.58 | 0.68 |
| Hex | D4 | 80 | DD | 4 | 2A | 0 | D | 126 | 3A | 44 |
| Octal | 324 | 200 | 335 | 4 | 52 | 0 | 15 | 446 | 72 | 104 |
| Binary | 11010100 | 10000000 | 11011101 | 100 | 101010 | 0 | 1101 | 100100110 | 111010 | 1000100 |
Color Harmonies of #D480DD
Complementary color
Monochromatic Colors of #D480DD
Black with #D480DD
Text Example
Text Example
White with #D480DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D480DD; }
p { color: rgb(212,128,221); }
H1.HeaderClassName
{
color: #D480DD;
}
.AnyTagClassName
{
color: #D480DD;
}
</style>
background-color css
<style>
a { background-color: #D480DD; }
a { background-color: rgb(212,128,221); }
div.DivClassName
{
background-color: #D480DD;
}
.BgClassName
{
background-color: #D480DD;
}
</style>
border-color css
<style>
span { border-color: #D480DD; }
span { border-color: rgb(212,128,221); }
td.TdClassName
{
border-color: #D480DD;
}
.TagClassName
{
border-color: #D480DD;
}
</style>