Shades of Orchid #D16CBE
Tints of Orchid #D16CBE
RGB
CMYK
RGB Variations
Color information
#D16CBE (or 0xD16CBE) is known color: Orchid. HEX triplet: D1, 6C and BE. RGB value is (209,108,190). Sum of RGB (Red+Green+Blue) = 209+108+190=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CBE is #2E9341. Grayscale: #939393. Windows color (decimal): -3052354 or 12479697. OLE color: 12479697.
HSL color Cylindrical-coordinate representation of color #D16CBE: hue angle of 311.29º 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 #D16CBE is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 190 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.18 |
| HSL | 311.29º | 0.52% | 0.62% | - |
| HSV(B) | 311.29º | 0.48% | 0.82% | - |
| XYZ | 40.95 | 28 | 51.96 | - |
| YUV | 147.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 190 | 0 | 0.48 | 0.09 | 0.18 | 311.29 | 0.52 | 0.62 |
| Hex | D1 | 6C | BE | 0 | 30 | 9 | 12 | 137 | 34 | 3E |
| Octal | 321 | 154 | 276 | 0 | 60 | 11 | 22 | 467 | 64 | 76 |
| Binary | 11010001 | 1101100 | 10111110 | 0 | 110000 | 1001 | 10010 | 100110111 | 110100 | 111110 |
Color Harmonies of #D16CBE
Complementary color
Monochromatic Colors of #D16CBE
Black with #D16CBE
Text Example
Text Example
White with #D16CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CBE; }
p { color: rgb(209,108,190); }
H1.HeaderClassName
{
color: #D16CBE;
}
.AnyTagClassName
{
color: #D16CBE;
}
</style>
background-color css
<style>
a { background-color: #D16CBE; }
a { background-color: rgb(209,108,190); }
div.DivClassName
{
background-color: #D16CBE;
}
.BgClassName
{
background-color: #D16CBE;
}
</style>
border-color css
<style>
span { border-color: #D16CBE; }
span { border-color: rgb(209,108,190); }
td.TdClassName
{
border-color: #D16CBE;
}
.TagClassName
{
border-color: #D16CBE;
}
</style>