Shades of Orchid #D17CC2
Tints of Orchid #D17CC2
RGB
CMYK
RGB Variations
Color information
#D17CC2 (or 0xD17CC2) is known color: Orchid. HEX triplet: D1, 7C and C2. RGB value is (209,124,194). Sum of RGB (Red+Green+Blue) = 209+124+194=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CC2 is #2E833D. Grayscale: #9D9D9D. Windows color (decimal): -3048254 or 12745937. OLE color: 12745937.
HSL color Cylindrical-coordinate representation of color #D17CC2: hue angle of 310.59º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17CC2 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 194 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.18 |
| HSL | 310.59º | 0.48% | 0.65% | - |
| HSV(B) | 310.59º | 0.41% | 0.82% | - |
| XYZ | 43.24 | 31.87 | 54.91 | - |
| YUV | 157.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 194 | 0 | 0.41 | 0.07 | 0.18 | 310.59 | 0.48 | 0.65 |
| Hex | D1 | 7C | C2 | 0 | 29 | 7 | 12 | 137 | 30 | 41 |
| Octal | 321 | 174 | 302 | 0 | 51 | 7 | 22 | 467 | 60 | 101 |
| Binary | 11010001 | 1111100 | 11000010 | 0 | 101001 | 111 | 10010 | 100110111 | 110000 | 1000001 |
Color Harmonies of #D17CC2
Complementary color
Monochromatic Colors of #D17CC2
Black with #D17CC2
Text Example
Text Example
White with #D17CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CC2; }
p { color: rgb(209,124,194); }
H1.HeaderClassName
{
color: #D17CC2;
}
.AnyTagClassName
{
color: #D17CC2;
}
</style>
background-color css
<style>
a { background-color: #D17CC2; }
a { background-color: rgb(209,124,194); }
div.DivClassName
{
background-color: #D17CC2;
}
.BgClassName
{
background-color: #D17CC2;
}
</style>
border-color css
<style>
span { border-color: #D17CC2; }
span { border-color: rgb(209,124,194); }
td.TdClassName
{
border-color: #D17CC2;
}
.TagClassName
{
border-color: #D17CC2;
}
</style>