Shades of Orchid #D160CC
Tints of Orchid #D160CC
RGB
CMYK
RGB Variations
Color information
#D160CC (or 0xD160CC) is known color: Orchid. HEX triplet: D1, 60 and CC. RGB value is (209,96,204). Sum of RGB (Red+Green+Blue) = 209+96+204=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D160CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160CC is #2E9F33. Grayscale: #8D8D8D. Windows color (decimal): -3055412 or 13394129. OLE color: 13394129.
HSL color Cylindrical-coordinate representation of color #D160CC: hue angle of 302.65º 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 #D160CC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 204 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.18 |
| HSL | 302.65º | 0.55% | 0.6% | - |
| HSV(B) | 302.65º | 0.54% | 0.82% | - |
| XYZ | 41.38 | 26.28 | 60.02 | - |
| YUV | 142.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 204 | 0 | 0.54 | 0.02 | 0.18 | 302.65 | 0.55 | 0.6 |
| Hex | D1 | 60 | CC | 0 | 36 | 2 | 12 | 12F | 37 | 3C |
| Octal | 321 | 140 | 314 | 0 | 66 | 2 | 22 | 457 | 67 | 74 |
| Binary | 11010001 | 1100000 | 11001100 | 0 | 110110 | 10 | 10010 | 100101111 | 110111 | 111100 |
Color Harmonies of #D160CC
Complementary color
Monochromatic Colors of #D160CC
Black with #D160CC
Text Example
Text Example
White with #D160CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160CC; }
p { color: rgb(209,96,204); }
H1.HeaderClassName
{
color: #D160CC;
}
.AnyTagClassName
{
color: #D160CC;
}
</style>
background-color css
<style>
a { background-color: #D160CC; }
a { background-color: rgb(209,96,204); }
div.DivClassName
{
background-color: #D160CC;
}
.BgClassName
{
background-color: #D160CC;
}
</style>
border-color css
<style>
span { border-color: #D160CC; }
span { border-color: rgb(209,96,204); }
td.TdClassName
{
border-color: #D160CC;
}
.TagClassName
{
border-color: #D160CC;
}
</style>