Shades of Orchid #D181C3
Tints of Orchid #D181C3
RGB
CMYK
RGB Variations
Color information
#D181C3 (or 0xD181C3) is known color: Orchid. HEX triplet: D1, 81 and C3. RGB value is (209,129,195). Sum of RGB (Red+Green+Blue) = 209+129+195=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D181C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181C3 is #2E7E3C. Grayscale: #A0A0A0. Windows color (decimal): -3046973 or 12812753. OLE color: 12812753.
HSL color Cylindrical-coordinate representation of color #D181C3: hue angle of 310.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 #D181C3 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 195 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.18 |
| HSL | 310.5º | 0.47% | 0.66% | - |
| HSV(B) | 310.5º | 0.38% | 0.82% | - |
| XYZ | 44 | 33.2 | 55.72 | - |
| YUV | 160.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 195 | 0 | 0.38 | 0.07 | 0.18 | 310.5 | 0.47 | 0.66 |
| Hex | D1 | 81 | C3 | 0 | 26 | 7 | 12 | 136 | 2F | 42 |
| Octal | 321 | 201 | 303 | 0 | 46 | 7 | 22 | 466 | 57 | 102 |
| Binary | 11010001 | 10000001 | 11000011 | 0 | 100110 | 111 | 10010 | 100110110 | 101111 | 1000010 |
Color Harmonies of #D181C3
Complementary color
Monochromatic Colors of #D181C3
Black with #D181C3
Text Example
Text Example
White with #D181C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181C3; }
p { color: rgb(209,129,195); }
H1.HeaderClassName
{
color: #D181C3;
}
.AnyTagClassName
{
color: #D181C3;
}
</style>
background-color css
<style>
a { background-color: #D181C3; }
a { background-color: rgb(209,129,195); }
div.DivClassName
{
background-color: #D181C3;
}
.BgClassName
{
background-color: #D181C3;
}
</style>
border-color css
<style>
span { border-color: #D181C3; }
span { border-color: rgb(209,129,195); }
td.TdClassName
{
border-color: #D181C3;
}
.TagClassName
{
border-color: #D181C3;
}
</style>