Shades of Orchid #D36BCD
Tints of Orchid #D36BCD
RGB
CMYK
RGB Variations
Color information
#D36BCD (or 0xD36BCD) is known color: Orchid. HEX triplet: D3, 6B and CD. RGB value is (211,107,205). Sum of RGB (Red+Green+Blue) = 211+107+205=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BCD is #2C9432. Grayscale: #949494. Windows color (decimal): -2921523 or 13462483. OLE color: 13462483.
HSL color Cylindrical-coordinate representation of color #D36BCD: hue angle of 303.46º 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 #D36BCD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 205 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.17 |
| HSL | 303.46º | 0.54% | 0.62% | - |
| HSV(B) | 303.46º | 0.49% | 0.83% | - |
| XYZ | 43.14 | 28.77 | 61.04 | - |
| YUV | 149.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 205 | 0 | 0.49 | 0.03 | 0.17 | 303.46 | 0.54 | 0.62 |
| Hex | D3 | 6B | CD | 0 | 31 | 3 | 11 | 12F | 36 | 3E |
| Octal | 323 | 153 | 315 | 0 | 61 | 3 | 21 | 457 | 66 | 76 |
| Binary | 11010011 | 1101011 | 11001101 | 0 | 110001 | 11 | 10001 | 100101111 | 110110 | 111110 |
Color Harmonies of #D36BCD
Complementary color
Monochromatic Colors of #D36BCD
Black with #D36BCD
Text Example
Text Example
White with #D36BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BCD; }
p { color: rgb(211,107,205); }
H1.HeaderClassName
{
color: #D36BCD;
}
.AnyTagClassName
{
color: #D36BCD;
}
</style>
background-color css
<style>
a { background-color: #D36BCD; }
a { background-color: rgb(211,107,205); }
div.DivClassName
{
background-color: #D36BCD;
}
.BgClassName
{
background-color: #D36BCD;
}
</style>
border-color css
<style>
span { border-color: #D36BCD; }
span { border-color: rgb(211,107,205); }
td.TdClassName
{
border-color: #D36BCD;
}
.TagClassName
{
border-color: #D36BCD;
}
</style>