Shades of Orchid #D180D2
Tints of Orchid #D180D2
RGB
CMYK
RGB Variations
Color information
#D180D2 (or 0xD180D2) is known color: Orchid. HEX triplet: D1, 80 and D2. RGB value is (209,128,210). Sum of RGB (Red+Green+Blue) = 209+128+210=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #D180D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D2 is #2E7F2D. Grayscale: #A1A1A1. Windows color (decimal): -3047214 or 13795537. OLE color: 13795537.
HSL color Cylindrical-coordinate representation of color #D180D2: hue angle of 299.27º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D180D2 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 210 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.18 |
| HSL | 299.27º | 0.48% | 0.66% | - |
| HSV(B) | 299.27º | 0.39% | 0.82% | - |
| XYZ | 45.65 | 33.65 | 65.06 | - |
| YUV | 161.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 210 | 0.00 | 0.39 | 0 | 0.18 | 299.27 | 0.48 | 0.66 |
| Hex | D1 | 80 | D2 | 0 | 27 | 0 | 12 | 12B | 30 | 42 |
| Octal | 321 | 200 | 322 | 0 | 47 | 0 | 22 | 453 | 60 | 102 |
| Binary | 11010001 | 10000000 | 11010010 | 0 | 100111 | 0 | 10010 | 100101011 | 110000 | 1000010 |
Color Harmonies of #D180D2
Complementary color
Monochromatic Colors of #D180D2
Black with #D180D2
Text Example
Text Example
White with #D180D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180D2; }
p { color: rgb(209,128,210); }
H1.HeaderClassName
{
color: #D180D2;
}
.AnyTagClassName
{
color: #D180D2;
}
</style>
background-color css
<style>
a { background-color: #D180D2; }
a { background-color: rgb(209,128,210); }
div.DivClassName
{
background-color: #D180D2;
}
.BgClassName
{
background-color: #D180D2;
}
</style>
border-color css
<style>
span { border-color: #D180D2; }
span { border-color: rgb(209,128,210); }
td.TdClassName
{
border-color: #D180D2;
}
.TagClassName
{
border-color: #D180D2;
}
</style>