Shades of Orchid #D162CF
Tints of Orchid #D162CF
RGB
CMYK
RGB Variations
Color information
#D162CF (or 0xD162CF) is known color: Orchid. HEX triplet: D1, 62 and CF. RGB value is (209,98,207). Sum of RGB (Red+Green+Blue) = 209+98+207=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D162CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162CF is #2E9D30. Grayscale: #8F8F8F. Windows color (decimal): -3054897 or 13591249. OLE color: 13591249.
HSL color Cylindrical-coordinate representation of color #D162CF: hue angle of 301.08º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D162CF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 207 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.08º | 0.55% | 0.6% | - |
| HSV(B) | 301.08º | 0.53% | 0.82% | - |
| XYZ | 41.92 | 26.8 | 61.99 | - |
| YUV | 143.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 207 | 0 | 0.53 | 0.01 | 0.18 | 301.08 | 0.55 | 0.6 |
| Hex | D1 | 62 | CF | 0 | 35 | 1 | 12 | 12D | 37 | 3C |
| Octal | 321 | 142 | 317 | 0 | 65 | 1 | 22 | 455 | 67 | 74 |
| Binary | 11010001 | 1100010 | 11001111 | 0 | 110101 | 1 | 10010 | 100101101 | 110111 | 111100 |
Color Harmonies of #D162CF
Complementary color
Monochromatic Colors of #D162CF
Black with #D162CF
Text Example
Text Example
White with #D162CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162CF; }
p { color: rgb(209,98,207); }
H1.HeaderClassName
{
color: #D162CF;
}
.AnyTagClassName
{
color: #D162CF;
}
</style>
background-color css
<style>
a { background-color: #D162CF; }
a { background-color: rgb(209,98,207); }
div.DivClassName
{
background-color: #D162CF;
}
.BgClassName
{
background-color: #D162CF;
}
</style>
border-color css
<style>
span { border-color: #D162CF; }
span { border-color: rgb(209,98,207); }
td.TdClassName
{
border-color: #D162CF;
}
.TagClassName
{
border-color: #D162CF;
}
</style>