Shades of Orchid #D180D1
Tints of Orchid #D180D1
RGB
CMYK
RGB Variations
Color information
#D180D1 (or 0xD180D1) is known color: Orchid. HEX triplet: D1, 80 and D1. RGB value is (209,128,209). Sum of RGB (Red+Green+Blue) = 209+128+209=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D180D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D1 is #2E7F2E. Grayscale: #A1A1A1. Windows color (decimal): -3047215 or 13730001. OLE color: 13730001.
HSL color Cylindrical-coordinate representation of color #D180D1: hue angle of 300º degrees, saturation: 0.47, 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 #D180D1 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 209 | - |
| CMYK | 0 | 0.39 | 0 | 0.18 |
| HSL | 300º | 0.47% | 0.66% | - |
| HSV(B) | 300º | 0.39% | 0.82% | - |
| XYZ | 45.52 | 33.6 | 64.41 | - |
| YUV | 161.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 209 | 0 | 0.39 | 0 | 0.18 | 300 | 0.47 | 0.66 |
| Hex | D1 | 80 | D1 | 0 | 27 | 0 | 12 | 12C | 2F | 42 |
| Octal | 321 | 200 | 321 | 0 | 47 | 0 | 22 | 454 | 57 | 102 |
| Binary | 11010001 | 10000000 | 11010001 | 0 | 100111 | 0 | 10010 | 100101100 | 101111 | 1000010 |
Color Harmonies of #D180D1
Complementary color
Monochromatic Colors of #D180D1
Black with #D180D1
Text Example
Text Example
White with #D180D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180D1; }
p { color: rgb(209,128,209); }
H1.HeaderClassName
{
color: #D180D1;
}
.AnyTagClassName
{
color: #D180D1;
}
</style>
background-color css
<style>
a { background-color: #D180D1; }
a { background-color: rgb(209,128,209); }
div.DivClassName
{
background-color: #D180D1;
}
.BgClassName
{
background-color: #D180D1;
}
</style>
border-color css
<style>
span { border-color: #D180D1; }
span { border-color: rgb(209,128,209); }
td.TdClassName
{
border-color: #D180D1;
}
.TagClassName
{
border-color: #D180D1;
}
</style>