Shades of Orchid #D17DC1
Tints of Orchid #D17DC1
RGB
CMYK
RGB Variations
Color information
#D17DC1 (or 0xD17DC1) is known color: Orchid. HEX triplet: D1, 7D and C1. RGB value is (209,125,193). Sum of RGB (Red+Green+Blue) = 209+125+193=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DC1 is #2E823E. Grayscale: #9D9D9D. Windows color (decimal): -3047999 or 12680657. OLE color: 12680657.
HSL color Cylindrical-coordinate representation of color #D17DC1: hue angle of 311.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DC1 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 193 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.18 |
| HSL | 311.43º | 0.48% | 0.65% | - |
| HSV(B) | 311.43º | 0.4% | 0.82% | - |
| XYZ | 43.25 | 32.07 | 54.36 | - |
| YUV | 157.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 193 | 0 | 0.40 | 0.08 | 0.18 | 311.43 | 0.48 | 0.65 |
| Hex | D1 | 7D | C1 | 0 | 28 | 8 | 12 | 137 | 30 | 41 |
| Octal | 321 | 175 | 301 | 0 | 50 | 10 | 22 | 467 | 60 | 101 |
| Binary | 11010001 | 1111101 | 11000001 | 0 | 101000 | 1000 | 10010 | 100110111 | 110000 | 1000001 |
Color Harmonies of #D17DC1
Complementary color
Monochromatic Colors of #D17DC1
Black with #D17DC1
Text Example
Text Example
White with #D17DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DC1; }
p { color: rgb(209,125,193); }
H1.HeaderClassName
{
color: #D17DC1;
}
.AnyTagClassName
{
color: #D17DC1;
}
</style>
background-color css
<style>
a { background-color: #D17DC1; }
a { background-color: rgb(209,125,193); }
div.DivClassName
{
background-color: #D17DC1;
}
.BgClassName
{
background-color: #D17DC1;
}
</style>
border-color css
<style>
span { border-color: #D17DC1; }
span { border-color: rgb(209,125,193); }
td.TdClassName
{
border-color: #D17DC1;
}
.TagClassName
{
border-color: #D17DC1;
}
</style>