Shades of Orchid #D17ADC
Tints of Orchid #D17ADC
RGB
CMYK
RGB Variations
Color information
#D17ADC (or 0xD17ADC) is known color: Orchid. HEX triplet: D1, 7A and DC. RGB value is (209,122,220). Sum of RGB (Red+Green+Blue) = 209+122+220=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D17ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ADC is #2E8523. Grayscale: #9E9E9E. Windows color (decimal): -3048740 or 14449361. OLE color: 14449361.
HSL color Cylindrical-coordinate representation of color #D17ADC: hue angle of 293.27º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17ADC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 122 | 220 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.14 |
| HSL | 293.27º | 0.58% | 0.67% | - |
| HSV(B) | 293.27º | 0.45% | 0.86% | - |
| XYZ | 46.17 | 32.64 | 71.58 | - |
| YUV | 159.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 220 | 0.05 | 0.45 | 0 | 0.14 | 293.27 | 0.58 | 0.67 |
| Hex | D1 | 7A | DC | 5 | 2D | 0 | E | 125 | 3A | 43 |
| Octal | 321 | 172 | 334 | 5 | 55 | 0 | 16 | 445 | 72 | 103 |
| Binary | 11010001 | 1111010 | 11011100 | 101 | 101101 | 0 | 1110 | 100100101 | 111010 | 1000011 |
Color Harmonies of #D17ADC
Complementary color
Monochromatic Colors of #D17ADC
Black with #D17ADC
Text Example
Text Example
White with #D17ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17ADC; }
p { color: rgb(209,122,220); }
H1.HeaderClassName
{
color: #D17ADC;
}
.AnyTagClassName
{
color: #D17ADC;
}
</style>
background-color css
<style>
a { background-color: #D17ADC; }
a { background-color: rgb(209,122,220); }
div.DivClassName
{
background-color: #D17ADC;
}
.BgClassName
{
background-color: #D17ADC;
}
</style>
border-color css
<style>
span { border-color: #D17ADC; }
span { border-color: rgb(209,122,220); }
td.TdClassName
{
border-color: #D17ADC;
}
.TagClassName
{
border-color: #D17ADC;
}
</style>