Shades of Orchid #D164DA
Tints of Orchid #D164DA
RGB
CMYK
RGB Variations
Color information
#D164DA (or 0xD164DA) is known color: Orchid. HEX triplet: D1, 64 and DA. RGB value is (209,100,218). Sum of RGB (Red+Green+Blue) = 209+100+218=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #D164DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164DA is #2E9B25. Grayscale: #919191. Windows color (decimal): -3054374 or 14312657. OLE color: 14312657.
HSL color Cylindrical-coordinate representation of color #D164DA: hue angle of 295.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D164DA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 100 | 218 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.15 |
| HSL | 295.42º | 0.61% | 0.62% | - |
| HSV(B) | 295.42º | 0.54% | 0.85% | - |
| XYZ | 43.51 | 27.73 | 69.39 | - |
| YUV | 146.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 218 | 0.04 | 0.54 | 0 | 0.15 | 295.42 | 0.61 | 0.62 |
| Hex | D1 | 64 | DA | 4 | 36 | 0 | F | 127 | 3D | 3E |
| Octal | 321 | 144 | 332 | 4 | 66 | 0 | 17 | 447 | 75 | 76 |
| Binary | 11010001 | 1100100 | 11011010 | 100 | 110110 | 0 | 1111 | 100100111 | 111101 | 111110 |
Color Harmonies of #D164DA
Complementary color
Monochromatic Colors of #D164DA
Black with #D164DA
Text Example
Text Example
White with #D164DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164DA; }
p { color: rgb(209,100,218); }
H1.HeaderClassName
{
color: #D164DA;
}
.AnyTagClassName
{
color: #D164DA;
}
</style>
background-color css
<style>
a { background-color: #D164DA; }
a { background-color: rgb(209,100,218); }
div.DivClassName
{
background-color: #D164DA;
}
.BgClassName
{
background-color: #D164DA;
}
</style>
border-color css
<style>
span { border-color: #D164DA; }
span { border-color: rgb(209,100,218); }
td.TdClassName
{
border-color: #D164DA;
}
.TagClassName
{
border-color: #D164DA;
}
</style>