Shades of Orchid #D36BBC
Tints of Orchid #D36BBC
RGB
CMYK
RGB Variations
Color information
#D36BBC (or 0xD36BBC) is known color: Orchid. HEX triplet: D3, 6B and BC. RGB value is (211,107,188). Sum of RGB (Red+Green+Blue) = 211+107+188=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BBC is #2C9443. Grayscale: #939393. Windows color (decimal): -2921540 or 12348371. OLE color: 12348371.
HSL color Cylindrical-coordinate representation of color #D36BBC: hue angle of 313.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BBC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 188 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.17 |
| HSL | 313.27º | 0.54% | 0.62% | - |
| HSV(B) | 313.27º | 0.49% | 0.83% | - |
| XYZ | 41.2 | 28 | 50.81 | - |
| YUV | 147.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 188 | 0 | 0.49 | 0.11 | 0.17 | 313.27 | 0.54 | 0.62 |
| Hex | D3 | 6B | BC | 0 | 31 | B | 11 | 139 | 36 | 3E |
| Octal | 323 | 153 | 274 | 0 | 61 | 13 | 21 | 471 | 66 | 76 |
| Binary | 11010011 | 1101011 | 10111100 | 0 | 110001 | 1011 | 10001 | 100111001 | 110110 | 111110 |
Color Harmonies of #D36BBC
Complementary color
Monochromatic Colors of #D36BBC
Black with #D36BBC
Text Example
Text Example
White with #D36BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BBC; }
p { color: rgb(211,107,188); }
H1.HeaderClassName
{
color: #D36BBC;
}
.AnyTagClassName
{
color: #D36BBC;
}
</style>
background-color css
<style>
a { background-color: #D36BBC; }
a { background-color: rgb(211,107,188); }
div.DivClassName
{
background-color: #D36BBC;
}
.BgClassName
{
background-color: #D36BBC;
}
</style>
border-color css
<style>
span { border-color: #D36BBC; }
span { border-color: rgb(211,107,188); }
td.TdClassName
{
border-color: #D36BBC;
}
.TagClassName
{
border-color: #D36BBC;
}
</style>