Shades of Orchid #D161CA
Tints of Orchid #D161CA
RGB
CMYK
RGB Variations
Color information
#D161CA (or 0xD161CA) is known color: Orchid. HEX triplet: D1, 61 and CA. RGB value is (209,97,202). Sum of RGB (Red+Green+Blue) = 209+97+202=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D161CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161CA is #2E9E35. Grayscale: #8E8E8E. Windows color (decimal): -3055158 or 13263313. OLE color: 13263313.
HSL color Cylindrical-coordinate representation of color #D161CA: hue angle of 303.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D161CA is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 202 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.18 |
| HSL | 303.75º | 0.55% | 0.6% | - |
| HSV(B) | 303.75º | 0.54% | 0.82% | - |
| XYZ | 41.23 | 26.37 | 58.79 | - |
| YUV | 142.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 202 | 0 | 0.54 | 0.03 | 0.18 | 303.75 | 0.55 | 0.6 |
| Hex | D1 | 61 | CA | 0 | 36 | 3 | 12 | 130 | 37 | 3C |
| Octal | 321 | 141 | 312 | 0 | 66 | 3 | 22 | 460 | 67 | 74 |
| Binary | 11010001 | 1100001 | 11001010 | 0 | 110110 | 11 | 10010 | 100110000 | 110111 | 111100 |
Color Harmonies of #D161CA
Complementary color
Monochromatic Colors of #D161CA
Black with #D161CA
Text Example
Text Example
White with #D161CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161CA; }
p { color: rgb(209,97,202); }
H1.HeaderClassName
{
color: #D161CA;
}
.AnyTagClassName
{
color: #D161CA;
}
</style>
background-color css
<style>
a { background-color: #D161CA; }
a { background-color: rgb(209,97,202); }
div.DivClassName
{
background-color: #D161CA;
}
.BgClassName
{
background-color: #D161CA;
}
</style>
border-color css
<style>
span { border-color: #D161CA; }
span { border-color: rgb(209,97,202); }
td.TdClassName
{
border-color: #D161CA;
}
.TagClassName
{
border-color: #D161CA;
}
</style>