Shades of Orchid #D16FCC
Tints of Orchid #D16FCC
RGB
CMYK
RGB Variations
Color information
#D16FCC (or 0xD16FCC) is known color: Orchid. HEX triplet: D1, 6F and CC. RGB value is (209,111,204). Sum of RGB (Red+Green+Blue) = 209+111+204=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FCC is #2E9033. Grayscale: #969696. Windows color (decimal): -3051572 or 13397969. OLE color: 13397969.
HSL color Cylindrical-coordinate representation of color #D16FCC: hue angle of 303.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16FCC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 204 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.18 |
| HSL | 303.06º | 0.52% | 0.63% | - |
| HSV(B) | 303.06º | 0.47% | 0.82% | - |
| XYZ | 42.88 | 29.28 | 60.52 | - |
| YUV | 150.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 204 | 0 | 0.47 | 0.02 | 0.18 | 303.06 | 0.52 | 0.63 |
| Hex | D1 | 6F | CC | 0 | 2F | 2 | 12 | 12F | 34 | 3F |
| Octal | 321 | 157 | 314 | 0 | 57 | 2 | 22 | 457 | 64 | 77 |
| Binary | 11010001 | 1101111 | 11001100 | 0 | 101111 | 10 | 10010 | 100101111 | 110100 | 111111 |
Color Harmonies of #D16FCC
Complementary color
Monochromatic Colors of #D16FCC
Black with #D16FCC
Text Example
Text Example
White with #D16FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FCC; }
p { color: rgb(209,111,204); }
H1.HeaderClassName
{
color: #D16FCC;
}
.AnyTagClassName
{
color: #D16FCC;
}
</style>
background-color css
<style>
a { background-color: #D16FCC; }
a { background-color: rgb(209,111,204); }
div.DivClassName
{
background-color: #D16FCC;
}
.BgClassName
{
background-color: #D16FCC;
}
</style>
border-color css
<style>
span { border-color: #D16FCC; }
span { border-color: rgb(209,111,204); }
td.TdClassName
{
border-color: #D16FCC;
}
.TagClassName
{
border-color: #D16FCC;
}
</style>