Shades of Orchid #D164CF
Tints of Orchid #D164CF
RGB
CMYK
RGB Variations
Color information
#D164CF (or 0xD164CF) is known color: Orchid. HEX triplet: D1, 64 and CF. RGB value is (209,100,207). Sum of RGB (Red+Green+Blue) = 209+100+207=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D164CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164CF is #2E9B30. Grayscale: #909090. Windows color (decimal): -3054385 or 13591761. OLE color: 13591761.
HSL color Cylindrical-coordinate representation of color #D164CF: hue angle of 301.1º 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 #D164CF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 207 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.18 |
| HSL | 301.1º | 0.54% | 0.61% | - |
| HSV(B) | 301.1º | 0.52% | 0.82% | - |
| XYZ | 42.11 | 27.17 | 62.06 | - |
| YUV | 144.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 207 | 0 | 0.52 | 0.01 | 0.18 | 301.1 | 0.54 | 0.61 |
| Hex | D1 | 64 | CF | 0 | 34 | 1 | 12 | 12D | 36 | 3D |
| Octal | 321 | 144 | 317 | 0 | 64 | 1 | 22 | 455 | 66 | 75 |
| Binary | 11010001 | 1100100 | 11001111 | 0 | 110100 | 1 | 10010 | 100101101 | 110110 | 111101 |
Color Harmonies of #D164CF
Complementary color
Monochromatic Colors of #D164CF
Black with #D164CF
Text Example
Text Example
White with #D164CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164CF; }
p { color: rgb(209,100,207); }
H1.HeaderClassName
{
color: #D164CF;
}
.AnyTagClassName
{
color: #D164CF;
}
</style>
background-color css
<style>
a { background-color: #D164CF; }
a { background-color: rgb(209,100,207); }
div.DivClassName
{
background-color: #D164CF;
}
.BgClassName
{
background-color: #D164CF;
}
</style>
border-color css
<style>
span { border-color: #D164CF; }
span { border-color: rgb(209,100,207); }
td.TdClassName
{
border-color: #D164CF;
}
.TagClassName
{
border-color: #D164CF;
}
</style>