Shades of Orchid #D181CF
Tints of Orchid #D181CF
RGB
CMYK
RGB Variations
Color information
#D181CF (or 0xD181CF) is known color: Orchid. HEX triplet: D1, 81 and CF. RGB value is (209,129,207). Sum of RGB (Red+Green+Blue) = 209+129+207=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D181CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181CF is #2E7E30. Grayscale: #A1A1A1. Windows color (decimal): -3046961 or 13599185. OLE color: 13599185.
HSL color Cylindrical-coordinate representation of color #D181CF: hue angle of 301.5º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181CF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 207 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.18 |
| HSL | 301.5º | 0.47% | 0.66% | - |
| HSV(B) | 301.5º | 0.38% | 0.82% | - |
| XYZ | 45.41 | 33.76 | 63.15 | - |
| YUV | 161.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 207 | 0 | 0.38 | 0.01 | 0.18 | 301.5 | 0.47 | 0.66 |
| Hex | D1 | 81 | CF | 0 | 26 | 1 | 12 | 12E | 2F | 42 |
| Octal | 321 | 201 | 317 | 0 | 46 | 1 | 22 | 456 | 57 | 102 |
| Binary | 11010001 | 10000001 | 11001111 | 0 | 100110 | 1 | 10010 | 100101110 | 101111 | 1000010 |
Color Harmonies of #D181CF
Complementary color
Monochromatic Colors of #D181CF
Black with #D181CF
Text Example
Text Example
White with #D181CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181CF; }
p { color: rgb(209,129,207); }
H1.HeaderClassName
{
color: #D181CF;
}
.AnyTagClassName
{
color: #D181CF;
}
</style>
background-color css
<style>
a { background-color: #D181CF; }
a { background-color: rgb(209,129,207); }
div.DivClassName
{
background-color: #D181CF;
}
.BgClassName
{
background-color: #D181CF;
}
</style>
border-color css
<style>
span { border-color: #D181CF; }
span { border-color: rgb(209,129,207); }
td.TdClassName
{
border-color: #D181CF;
}
.TagClassName
{
border-color: #D181CF;
}
</style>