Shades of Orchid #D160DA
Tints of Orchid #D160DA
RGB
CMYK
RGB Variations
Color information
#D160DA (or 0xD160DA) is known color: Orchid. HEX triplet: D1, 60 and DA. RGB value is (209,96,218). Sum of RGB (Red+Green+Blue) = 209+96+218=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #D160DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160DA is #2E9F25. Grayscale: #8F8F8F. Windows color (decimal): -3055398 or 14311633. OLE color: 14311633.
HSL color Cylindrical-coordinate representation of color #D160DA: hue angle of 295.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D160DA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 96 | 218 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.15 |
| HSL | 295.57º | 0.62% | 0.62% | - |
| HSV(B) | 295.57º | 0.56% | 0.85% | - |
| XYZ | 43.13 | 26.98 | 69.26 | - |
| YUV | 143.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 218 | 0.04 | 0.56 | 0 | 0.15 | 295.57 | 0.62 | 0.62 |
| Hex | D1 | 60 | DA | 4 | 38 | 0 | F | 128 | 3E | 3E |
| Octal | 321 | 140 | 332 | 4 | 70 | 0 | 17 | 450 | 76 | 76 |
| Binary | 11010001 | 1100000 | 11011010 | 100 | 111000 | 0 | 1111 | 100101000 | 111110 | 111110 |
Color Harmonies of #D160DA
Complementary color
Monochromatic Colors of #D160DA
Black with #D160DA
Text Example
Text Example
White with #D160DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160DA; }
p { color: rgb(209,96,218); }
H1.HeaderClassName
{
color: #D160DA;
}
.AnyTagClassName
{
color: #D160DA;
}
</style>
background-color css
<style>
a { background-color: #D160DA; }
a { background-color: rgb(209,96,218); }
div.DivClassName
{
background-color: #D160DA;
}
.BgClassName
{
background-color: #D160DA;
}
</style>
border-color css
<style>
span { border-color: #D160DA; }
span { border-color: rgb(209,96,218); }
td.TdClassName
{
border-color: #D160DA;
}
.TagClassName
{
border-color: #D160DA;
}
</style>