Shades of Orchid #D36BDC
Tints of Orchid #D36BDC
RGB
CMYK
RGB Variations
Color information
#D36BDC (or 0xD36BDC) is known color: Orchid. HEX triplet: D3, 6B and DC. RGB value is (211,107,220). Sum of RGB (Red+Green+Blue) = 211+107+220=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D36BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BDC is #2C9423. Grayscale: #969696. Windows color (decimal): -2921508 or 14445523. OLE color: 14445523.
HSL color Cylindrical-coordinate representation of color #D36BDC: hue angle of 295.22º 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 #D36BDC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 107 | 220 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.14 |
| HSL | 295.22º | 0.62% | 0.64% | - |
| HSV(B) | 295.22º | 0.51% | 0.86% | - |
| XYZ | 45.04 | 29.53 | 71.04 | - |
| YUV | 150.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 220 | 0.04 | 0.51 | 0 | 0.14 | 295.22 | 0.62 | 0.64 |
| Hex | D3 | 6B | DC | 4 | 33 | 0 | E | 127 | 3E | 40 |
| Octal | 323 | 153 | 334 | 4 | 63 | 0 | 16 | 447 | 76 | 100 |
| Binary | 11010011 | 1101011 | 11011100 | 100 | 110011 | 0 | 1110 | 100100111 | 111110 | 1000000 |
Color Harmonies of #D36BDC
Complementary color
Monochromatic Colors of #D36BDC
Black with #D36BDC
Text Example
Text Example
White with #D36BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BDC; }
p { color: rgb(211,107,220); }
H1.HeaderClassName
{
color: #D36BDC;
}
.AnyTagClassName
{
color: #D36BDC;
}
</style>
background-color css
<style>
a { background-color: #D36BDC; }
a { background-color: rgb(211,107,220); }
div.DivClassName
{
background-color: #D36BDC;
}
.BgClassName
{
background-color: #D36BDC;
}
</style>
border-color css
<style>
span { border-color: #D36BDC; }
span { border-color: rgb(211,107,220); }
td.TdClassName
{
border-color: #D36BDC;
}
.TagClassName
{
border-color: #D36BDC;
}
</style>