Shades of Orchid #D164CE
Tints of Orchid #D164CE
RGB
CMYK
RGB Variations
Color information
#D164CE (or 0xD164CE) is known color: Orchid. HEX triplet: D1, 64 and CE. RGB value is (209,100,206). Sum of RGB (Red+Green+Blue) = 209+100+206=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D164CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164CE is #2E9B31. Grayscale: #909090. Windows color (decimal): -3054386 or 13526225. OLE color: 13526225.
HSL color Cylindrical-coordinate representation of color #D164CE: hue angle of 301.65º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164CE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 206 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.18 |
| HSL | 301.65º | 0.54% | 0.61% | - |
| HSV(B) | 301.65º | 0.52% | 0.82% | - |
| XYZ | 41.99 | 27.13 | 61.42 | - |
| YUV | 144.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 206 | 0 | 0.52 | 0.01 | 0.18 | 301.65 | 0.54 | 0.61 |
| Hex | D1 | 64 | CE | 0 | 34 | 1 | 12 | 12E | 36 | 3D |
| Octal | 321 | 144 | 316 | 0 | 64 | 1 | 22 | 456 | 66 | 75 |
| Binary | 11010001 | 1100100 | 11001110 | 0 | 110100 | 1 | 10010 | 100101110 | 110110 | 111101 |
Color Harmonies of #D164CE
Complementary color
Monochromatic Colors of #D164CE
Black with #D164CE
Text Example
Text Example
White with #D164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164CE; }
p { color: rgb(209,100,206); }
H1.HeaderClassName
{
color: #D164CE;
}
.AnyTagClassName
{
color: #D164CE;
}
</style>
background-color css
<style>
a { background-color: #D164CE; }
a { background-color: rgb(209,100,206); }
div.DivClassName
{
background-color: #D164CE;
}
.BgClassName
{
background-color: #D164CE;
}
</style>
border-color css
<style>
span { border-color: #D164CE; }
span { border-color: rgb(209,100,206); }
td.TdClassName
{
border-color: #D164CE;
}
.TagClassName
{
border-color: #D164CE;
}
</style>