Shades of Orchid #D480D1
Tints of Orchid #D480D1
RGB
CMYK
RGB Variations
Color information
#D480D1 (or 0xD480D1) is known color: Orchid. HEX triplet: D4, 80 and D1. RGB value is (212,128,209). Sum of RGB (Red+Green+Blue) = 212+128+209=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D480D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480D1 is #2B7F2E. Grayscale: #A2A2A2. Windows color (decimal): -2850607 or 13730004. OLE color: 13730004.
HSL color Cylindrical-coordinate representation of color #D480D1: hue angle of 302.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480D1 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 209 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.17 |
| HSL | 302.14º | 0.49% | 0.67% | - |
| HSV(B) | 302.14º | 0.4% | 0.83% | - |
| XYZ | 46.38 | 34.04 | 64.45 | - |
| YUV | 162.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 209 | 0 | 0.40 | 0.01 | 0.17 | 302.14 | 0.49 | 0.67 |
| Hex | D4 | 80 | D1 | 0 | 28 | 1 | 11 | 12E | 31 | 43 |
| Octal | 324 | 200 | 321 | 0 | 50 | 1 | 21 | 456 | 61 | 103 |
| Binary | 11010100 | 10000000 | 11010001 | 0 | 101000 | 1 | 10001 | 100101110 | 110001 | 1000011 |
Color Harmonies of #D480D1
Complementary color
Monochromatic Colors of #D480D1
Black with #D480D1
Text Example
Text Example
White with #D480D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D480D1; }
p { color: rgb(212,128,209); }
H1.HeaderClassName
{
color: #D480D1;
}
.AnyTagClassName
{
color: #D480D1;
}
</style>
background-color css
<style>
a { background-color: #D480D1; }
a { background-color: rgb(212,128,209); }
div.DivClassName
{
background-color: #D480D1;
}
.BgClassName
{
background-color: #D480D1;
}
</style>
border-color css
<style>
span { border-color: #D480D1; }
span { border-color: rgb(212,128,209); }
td.TdClassName
{
border-color: #D480D1;
}
.TagClassName
{
border-color: #D480D1;
}
</style>