Shades of Orchid #D180CB
Tints of Orchid #D180CB
RGB
CMYK
RGB Variations
Color information
#D180CB (or 0xD180CB) is known color: Orchid. HEX triplet: D1, 80 and CB. RGB value is (209,128,203). Sum of RGB (Red+Green+Blue) = 209+128+203=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D180CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180CB is #2E7F34. Grayscale: #A0A0A0. Windows color (decimal): -3047221 or 13336785. OLE color: 13336785.
HSL color Cylindrical-coordinate representation of color #D180CB: hue angle of 304.44º 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 #D180CB is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 203 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.18 |
| HSL | 304.44º | 0.47% | 0.66% | - |
| HSV(B) | 304.44º | 0.39% | 0.82% | - |
| XYZ | 44.79 | 33.31 | 60.57 | - |
| YUV | 160.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 203 | 0 | 0.39 | 0.03 | 0.18 | 304.44 | 0.47 | 0.66 |
| Hex | D1 | 80 | CB | 0 | 27 | 3 | 12 | 130 | 2F | 42 |
| Octal | 321 | 200 | 313 | 0 | 47 | 3 | 22 | 460 | 57 | 102 |
| Binary | 11010001 | 10000000 | 11001011 | 0 | 100111 | 11 | 10010 | 100110000 | 101111 | 1000010 |
Color Harmonies of #D180CB
Complementary color
Monochromatic Colors of #D180CB
Black with #D180CB
Text Example
Text Example
White with #D180CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180CB; }
p { color: rgb(209,128,203); }
H1.HeaderClassName
{
color: #D180CB;
}
.AnyTagClassName
{
color: #D180CB;
}
</style>
background-color css
<style>
a { background-color: #D180CB; }
a { background-color: rgb(209,128,203); }
div.DivClassName
{
background-color: #D180CB;
}
.BgClassName
{
background-color: #D180CB;
}
</style>
border-color css
<style>
span { border-color: #D180CB; }
span { border-color: rgb(209,128,203); }
td.TdClassName
{
border-color: #D180CB;
}
.TagClassName
{
border-color: #D180CB;
}
</style>