Shades of Orchid #D170D2
Tints of Orchid #D170D2
RGB
CMYK
RGB Variations
Color information
#D170D2 (or 0xD170D2) is known color: Orchid. HEX triplet: D1, 70 and D2. RGB value is (209,112,210). Sum of RGB (Red+Green+Blue) = 209+112+210=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #D170D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170D2 is #2E8F2D. Grayscale: #979797. Windows color (decimal): -3051310 or 13791441. OLE color: 13791441.
HSL color Cylindrical-coordinate representation of color #D170D2: hue angle of 299.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D170D2 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 210 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.18 |
| HSL | 299.39º | 0.52% | 0.63% | - |
| HSV(B) | 299.39º | 0.47% | 0.82% | - |
| XYZ | 43.72 | 29.8 | 64.42 | - |
| YUV | 152.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 210 | 0.00 | 0.47 | 0 | 0.18 | 299.39 | 0.52 | 0.63 |
| Hex | D1 | 70 | D2 | 0 | 2F | 0 | 12 | 12B | 34 | 3F |
| Octal | 321 | 160 | 322 | 0 | 57 | 0 | 22 | 453 | 64 | 77 |
| Binary | 11010001 | 1110000 | 11010010 | 0 | 101111 | 0 | 10010 | 100101011 | 110100 | 111111 |
Color Harmonies of #D170D2
Complementary color
Monochromatic Colors of #D170D2
Black with #D170D2
Text Example
Text Example
White with #D170D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170D2; }
p { color: rgb(209,112,210); }
H1.HeaderClassName
{
color: #D170D2;
}
.AnyTagClassName
{
color: #D170D2;
}
</style>
background-color css
<style>
a { background-color: #D170D2; }
a { background-color: rgb(209,112,210); }
div.DivClassName
{
background-color: #D170D2;
}
.BgClassName
{
background-color: #D170D2;
}
</style>
border-color css
<style>
span { border-color: #D170D2; }
span { border-color: rgb(209,112,210); }
td.TdClassName
{
border-color: #D170D2;
}
.TagClassName
{
border-color: #D170D2;
}
</style>