Shades of Orchid #D180CA
Tints of Orchid #D180CA
RGB
CMYK
RGB Variations
Color information
#D180CA (or 0xD180CA) is known color: Orchid. HEX triplet: D1, 80 and CA. RGB value is (209,128,202). Sum of RGB (Red+Green+Blue) = 209+128+202=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D180CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180CA is #2E7F35. Grayscale: #A0A0A0. Windows color (decimal): -3047222 or 13271249. OLE color: 13271249.
HSL color Cylindrical-coordinate representation of color #D180CA: hue angle of 305.19º 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 #D180CA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 202 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.18 |
| HSL | 305.19º | 0.47% | 0.66% | - |
| HSV(B) | 305.19º | 0.39% | 0.82% | - |
| XYZ | 44.67 | 33.26 | 59.94 | - |
| YUV | 160.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 202 | 0 | 0.39 | 0.03 | 0.18 | 305.19 | 0.47 | 0.66 |
| Hex | D1 | 80 | CA | 0 | 27 | 3 | 12 | 131 | 2F | 42 |
| Octal | 321 | 200 | 312 | 0 | 47 | 3 | 22 | 461 | 57 | 102 |
| Binary | 11010001 | 10000000 | 11001010 | 0 | 100111 | 11 | 10010 | 100110001 | 101111 | 1000010 |
Color Harmonies of #D180CA
Complementary color
Monochromatic Colors of #D180CA
Black with #D180CA
Text Example
Text Example
White with #D180CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180CA; }
p { color: rgb(209,128,202); }
H1.HeaderClassName
{
color: #D180CA;
}
.AnyTagClassName
{
color: #D180CA;
}
</style>
background-color css
<style>
a { background-color: #D180CA; }
a { background-color: rgb(209,128,202); }
div.DivClassName
{
background-color: #D180CA;
}
.BgClassName
{
background-color: #D180CA;
}
</style>
border-color css
<style>
span { border-color: #D180CA; }
span { border-color: rgb(209,128,202); }
td.TdClassName
{
border-color: #D180CA;
}
.TagClassName
{
border-color: #D180CA;
}
</style>