Shades of Orchid #D16BD2
Tints of Orchid #D16BD2
RGB
CMYK
RGB Variations
Color information
#D16BD2 (or 0xD16BD2) is known color: Orchid. HEX triplet: D1, 6B and D2. RGB value is (209,107,210). Sum of RGB (Red+Green+Blue) = 209+107+210=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #D16BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BD2 is #2E942D. Grayscale: #949494. Windows color (decimal): -3052590 or 13790161. OLE color: 13790161.
HSL color Cylindrical-coordinate representation of color #D16BD2: hue angle of 299.42º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16BD2 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 210 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.18 |
| HSL | 299.42º | 0.53% | 0.62% | - |
| HSV(B) | 299.42º | 0.49% | 0.82% | - |
| XYZ | 43.19 | 28.72 | 64.24 | - |
| YUV | 149.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 210 | 0.00 | 0.49 | 0 | 0.18 | 299.42 | 0.53 | 0.62 |
| Hex | D1 | 6B | D2 | 0 | 31 | 0 | 12 | 12B | 35 | 3E |
| Octal | 321 | 153 | 322 | 0 | 61 | 0 | 22 | 453 | 65 | 76 |
| Binary | 11010001 | 1101011 | 11010010 | 0 | 110001 | 0 | 10010 | 100101011 | 110101 | 111110 |
Color Harmonies of #D16BD2
Complementary color
Monochromatic Colors of #D16BD2
Black with #D16BD2
Text Example
Text Example
White with #D16BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BD2; }
p { color: rgb(209,107,210); }
H1.HeaderClassName
{
color: #D16BD2;
}
.AnyTagClassName
{
color: #D16BD2;
}
</style>
background-color css
<style>
a { background-color: #D16BD2; }
a { background-color: rgb(209,107,210); }
div.DivClassName
{
background-color: #D16BD2;
}
.BgClassName
{
background-color: #D16BD2;
}
</style>
border-color css
<style>
span { border-color: #D16BD2; }
span { border-color: rgb(209,107,210); }
td.TdClassName
{
border-color: #D16BD2;
}
.TagClassName
{
border-color: #D16BD2;
}
</style>