Shades of Orchid #D16CDC
Tints of Orchid #D16CDC
RGB
CMYK
RGB Variations
Color information
#D16CDC (or 0xD16CDC) is known color: Orchid. HEX triplet: D1, 6C and DC. RGB value is (209,108,220). Sum of RGB (Red+Green+Blue) = 209+108+220=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #D16CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDC is #2E9323. Grayscale: #969696. Windows color (decimal): -3052324 or 14445777. OLE color: 14445777.
HSL color Cylindrical-coordinate representation of color #D16CDC: hue angle of 294.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16CDC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 108 | 220 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.14 |
| HSL | 294.11º | 0.62% | 0.64% | - |
| HSV(B) | 294.11º | 0.51% | 0.86% | - |
| XYZ | 44.58 | 29.45 | 71.04 | - |
| YUV | 150.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 220 | 0.05 | 0.51 | 0 | 0.14 | 294.11 | 0.62 | 0.64 |
| Hex | D1 | 6C | DC | 5 | 33 | 0 | E | 126 | 3E | 40 |
| Octal | 321 | 154 | 334 | 5 | 63 | 0 | 16 | 446 | 76 | 100 |
| Binary | 11010001 | 1101100 | 11011100 | 101 | 110011 | 0 | 1110 | 100100110 | 111110 | 1000000 |
Color Harmonies of #D16CDC
Complementary color
Monochromatic Colors of #D16CDC
Black with #D16CDC
Text Example
Text Example
White with #D16CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CDC; }
p { color: rgb(209,108,220); }
H1.HeaderClassName
{
color: #D16CDC;
}
.AnyTagClassName
{
color: #D16CDC;
}
</style>
background-color css
<style>
a { background-color: #D16CDC; }
a { background-color: rgb(209,108,220); }
div.DivClassName
{
background-color: #D16CDC;
}
.BgClassName
{
background-color: #D16CDC;
}
</style>
border-color css
<style>
span { border-color: #D16CDC; }
span { border-color: rgb(209,108,220); }
td.TdClassName
{
border-color: #D16CDC;
}
.TagClassName
{
border-color: #D16CDC;
}
</style>