Shades of Orchid #D180D4
Tints of Orchid #D180D4
RGB
CMYK
RGB Variations
Color information
#D180D4 (or 0xD180D4) is known color: Orchid. HEX triplet: D1, 80 and D4. RGB value is (209,128,212). Sum of RGB (Red+Green+Blue) = 209+128+212=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #D180D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D4 is #2E7F2B. Grayscale: #A1A1A1. Windows color (decimal): -3047212 or 13926609. OLE color: 13926609.
HSL color Cylindrical-coordinate representation of color #D180D4: hue angle of 297.86º 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 #D180D4 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 128 | 212 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.17 |
| HSL | 297.86º | 0.49% | 0.67% | - |
| HSV(B) | 297.86º | 0.4% | 0.83% | - |
| XYZ | 45.9 | 33.75 | 66.38 | - |
| YUV | 161.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 212 | 0.01 | 0.40 | 0 | 0.17 | 297.86 | 0.49 | 0.67 |
| Hex | D1 | 80 | D4 | 1 | 28 | 0 | 11 | 12A | 31 | 43 |
| Octal | 321 | 200 | 324 | 1 | 50 | 0 | 21 | 452 | 61 | 103 |
| Binary | 11010001 | 10000000 | 11010100 | 1 | 101000 | 0 | 10001 | 100101010 | 110001 | 1000011 |
Color Harmonies of #D180D4
Complementary color
Monochromatic Colors of #D180D4
Black with #D180D4
Text Example
Text Example
White with #D180D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180D4; }
p { color: rgb(209,128,212); }
H1.HeaderClassName
{
color: #D180D4;
}
.AnyTagClassName
{
color: #D180D4;
}
</style>
background-color css
<style>
a { background-color: #D180D4; }
a { background-color: rgb(209,128,212); }
div.DivClassName
{
background-color: #D180D4;
}
.BgClassName
{
background-color: #D180D4;
}
</style>
border-color css
<style>
span { border-color: #D180D4; }
span { border-color: rgb(209,128,212); }
td.TdClassName
{
border-color: #D180D4;
}
.TagClassName
{
border-color: #D180D4;
}
</style>