Shades of Orchid #D36CD5
Tints of Orchid #D36CD5
RGB
CMYK
RGB Variations
Color information
#D36CD5 (or 0xD36CD5) is known color: Orchid. HEX triplet: D3, 6C and D5. RGB value is (211,108,213). Sum of RGB (Red+Green+Blue) = 211+108+213=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #D36CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CD5 is #2C932A. Grayscale: #969696. Windows color (decimal): -2921259 or 13987027. OLE color: 13987027.
HSL color Cylindrical-coordinate representation of color #D36CD5: hue angle of 298.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36CD5 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 108 | 213 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.16 |
| HSL | 298.86º | 0.56% | 0.63% | - |
| HSV(B) | 298.86º | 0.49% | 0.84% | - |
| XYZ | 44.24 | 29.38 | 66.29 | - |
| YUV | 150.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 213 | 0.01 | 0.49 | 0 | 0.16 | 298.86 | 0.56 | 0.63 |
| Hex | D3 | 6C | D5 | 1 | 31 | 0 | 10 | 12B | 38 | 3F |
| Octal | 323 | 154 | 325 | 1 | 61 | 0 | 20 | 453 | 70 | 77 |
| Binary | 11010011 | 1101100 | 11010101 | 1 | 110001 | 0 | 10000 | 100101011 | 111000 | 111111 |
Color Harmonies of #D36CD5
Complementary color
Monochromatic Colors of #D36CD5
Black with #D36CD5
Text Example
Text Example
White with #D36CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CD5; }
p { color: rgb(211,108,213); }
H1.HeaderClassName
{
color: #D36CD5;
}
.AnyTagClassName
{
color: #D36CD5;
}
</style>
background-color css
<style>
a { background-color: #D36CD5; }
a { background-color: rgb(211,108,213); }
div.DivClassName
{
background-color: #D36CD5;
}
.BgClassName
{
background-color: #D36CD5;
}
</style>
border-color css
<style>
span { border-color: #D36CD5; }
span { border-color: rgb(211,108,213); }
td.TdClassName
{
border-color: #D36CD5;
}
.TagClassName
{
border-color: #D36CD5;
}
</style>