Shades of Orchid #D170DA
Tints of Orchid #D170DA
RGB
CMYK
RGB Variations
Color information
#D170DA (or 0xD170DA) is known color: Orchid. HEX triplet: D1, 70 and DA. RGB value is (209,112,218). Sum of RGB (Red+Green+Blue) = 209+112+218=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D170DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170DA is #2E8F25. Grayscale: #989898. Windows color (decimal): -3051302 or 14315729. OLE color: 14315729.
HSL color Cylindrical-coordinate representation of color #D170DA: hue angle of 294.91º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D170DA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 112 | 218 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.15 |
| HSL | 294.91º | 0.59% | 0.65% | - |
| HSV(B) | 294.91º | 0.49% | 0.85% | - |
| XYZ | 44.74 | 30.21 | 69.8 | - |
| YUV | 153.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 218 | 0.04 | 0.49 | 0 | 0.15 | 294.91 | 0.59 | 0.65 |
| Hex | D1 | 70 | DA | 4 | 31 | 0 | F | 127 | 3B | 41 |
| Octal | 321 | 160 | 332 | 4 | 61 | 0 | 17 | 447 | 73 | 101 |
| Binary | 11010001 | 1110000 | 11011010 | 100 | 110001 | 0 | 1111 | 100100111 | 111011 | 1000001 |
Color Harmonies of #D170DA
Complementary color
Monochromatic Colors of #D170DA
Black with #D170DA
Text Example
Text Example
White with #D170DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170DA; }
p { color: rgb(209,112,218); }
H1.HeaderClassName
{
color: #D170DA;
}
.AnyTagClassName
{
color: #D170DA;
}
</style>
background-color css
<style>
a { background-color: #D170DA; }
a { background-color: rgb(209,112,218); }
div.DivClassName
{
background-color: #D170DA;
}
.BgClassName
{
background-color: #D170DA;
}
</style>
border-color css
<style>
span { border-color: #D170DA; }
span { border-color: rgb(209,112,218); }
td.TdClassName
{
border-color: #D170DA;
}
.TagClassName
{
border-color: #D170DA;
}
</style>