Shades of Orchid #D161CC
Tints of Orchid #D161CC
RGB
CMYK
RGB Variations
Color information
#D161CC (or 0xD161CC) is known color: Orchid. HEX triplet: D1, 61 and CC. RGB value is (209,97,204). Sum of RGB (Red+Green+Blue) = 209+97+204=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D161CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161CC is #2E9E33. Grayscale: #8E8E8E. Windows color (decimal): -3055156 or 13394385. OLE color: 13394385.
HSL color Cylindrical-coordinate representation of color #D161CC: hue angle of 302.68º 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 #D161CC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 204 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.18 |
| HSL | 302.68º | 0.55% | 0.6% | - |
| HSV(B) | 302.68º | 0.54% | 0.82% | - |
| XYZ | 41.47 | 26.46 | 60.05 | - |
| YUV | 142.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 204 | 0 | 0.54 | 0.02 | 0.18 | 302.68 | 0.55 | 0.6 |
| Hex | D1 | 61 | CC | 0 | 36 | 2 | 12 | 12F | 37 | 3C |
| Octal | 321 | 141 | 314 | 0 | 66 | 2 | 22 | 457 | 67 | 74 |
| Binary | 11010001 | 1100001 | 11001100 | 0 | 110110 | 10 | 10010 | 100101111 | 110111 | 111100 |
Color Harmonies of #D161CC
Complementary color
Monochromatic Colors of #D161CC
Black with #D161CC
Text Example
Text Example
White with #D161CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161CC; }
p { color: rgb(209,97,204); }
H1.HeaderClassName
{
color: #D161CC;
}
.AnyTagClassName
{
color: #D161CC;
}
</style>
background-color css
<style>
a { background-color: #D161CC; }
a { background-color: rgb(209,97,204); }
div.DivClassName
{
background-color: #D161CC;
}
.BgClassName
{
background-color: #D161CC;
}
</style>
border-color css
<style>
span { border-color: #D161CC; }
span { border-color: rgb(209,97,204); }
td.TdClassName
{
border-color: #D161CC;
}
.TagClassName
{
border-color: #D161CC;
}
</style>