Shades of Orchid #D16CC2
Tints of Orchid #D16CC2
RGB
CMYK
RGB Variations
Color information
#D16CC2 (or 0xD16CC2) is known color: Orchid. HEX triplet: D1, 6C and C2. RGB value is (209,108,194). Sum of RGB (Red+Green+Blue) = 209+108+194=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CC2 is #2E933D. Grayscale: #939393. Windows color (decimal): -3052350 or 12741841. OLE color: 12741841.
HSL color Cylindrical-coordinate representation of color #D16CC2: hue angle of 308.91º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16CC2 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 194 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.18 |
| HSL | 308.91º | 0.52% | 0.62% | - |
| HSV(B) | 308.91º | 0.48% | 0.82% | - |
| XYZ | 41.39 | 28.18 | 54.3 | - |
| YUV | 148 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 194 | 0 | 0.48 | 0.07 | 0.18 | 308.91 | 0.52 | 0.62 |
| Hex | D1 | 6C | C2 | 0 | 30 | 7 | 12 | 135 | 34 | 3E |
| Octal | 321 | 154 | 302 | 0 | 60 | 7 | 22 | 465 | 64 | 76 |
| Binary | 11010001 | 1101100 | 11000010 | 0 | 110000 | 111 | 10010 | 100110101 | 110100 | 111110 |
Color Harmonies of #D16CC2
Complementary color
Monochromatic Colors of #D16CC2
Black with #D16CC2
Text Example
Text Example
White with #D16CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CC2; }
p { color: rgb(209,108,194); }
H1.HeaderClassName
{
color: #D16CC2;
}
.AnyTagClassName
{
color: #D16CC2;
}
</style>
background-color css
<style>
a { background-color: #D16CC2; }
a { background-color: rgb(209,108,194); }
div.DivClassName
{
background-color: #D16CC2;
}
.BgClassName
{
background-color: #D16CC2;
}
</style>
border-color css
<style>
span { border-color: #D16CC2; }
span { border-color: rgb(209,108,194); }
td.TdClassName
{
border-color: #D16CC2;
}
.TagClassName
{
border-color: #D16CC2;
}
</style>