Shades of Orchid #D16CC8
Tints of Orchid #D16CC8
RGB
CMYK
RGB Variations
Color information
#D16CC8 (or 0xD16CC8) is known color: Orchid. HEX triplet: D1, 6C and C8. RGB value is (209,108,200). Sum of RGB (Red+Green+Blue) = 209+108+200=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CC8 is #2E9337. Grayscale: #949494. Windows color (decimal): -3052344 or 13135057. OLE color: 13135057.
HSL color Cylindrical-coordinate representation of color #D16CC8: hue angle of 305.35º 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 #D16CC8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 200 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.18 |
| HSL | 305.35º | 0.52% | 0.62% | - |
| HSV(B) | 305.35º | 0.48% | 0.82% | - |
| XYZ | 42.08 | 28.45 | 57.92 | - |
| YUV | 148.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 200 | 0 | 0.48 | 0.04 | 0.18 | 305.35 | 0.52 | 0.62 |
| Hex | D1 | 6C | C8 | 0 | 30 | 4 | 12 | 131 | 34 | 3E |
| Octal | 321 | 154 | 310 | 0 | 60 | 4 | 22 | 461 | 64 | 76 |
| Binary | 11010001 | 1101100 | 11001000 | 0 | 110000 | 100 | 10010 | 100110001 | 110100 | 111110 |
Color Harmonies of #D16CC8
Complementary color
Monochromatic Colors of #D16CC8
Black with #D16CC8
Text Example
Text Example
White with #D16CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CC8; }
p { color: rgb(209,108,200); }
H1.HeaderClassName
{
color: #D16CC8;
}
.AnyTagClassName
{
color: #D16CC8;
}
</style>
background-color css
<style>
a { background-color: #D16CC8; }
a { background-color: rgb(209,108,200); }
div.DivClassName
{
background-color: #D16CC8;
}
.BgClassName
{
background-color: #D16CC8;
}
</style>
border-color css
<style>
span { border-color: #D16CC8; }
span { border-color: rgb(209,108,200); }
td.TdClassName
{
border-color: #D16CC8;
}
.TagClassName
{
border-color: #D16CC8;
}
</style>