Shades of Orchid #D36CE1
Tints of Orchid #D36CE1
RGB
CMYK
RGB Variations
Color information
#D36CE1 (or 0xD36CE1) is known color: Orchid. HEX triplet: D3, 6C and E1. RGB value is (211,108,225). Sum of RGB (Red+Green+Blue) = 211+108+225=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #D36CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CE1 is #2C931E. Grayscale: #979797. Windows color (decimal): -2921247 or 14773459. OLE color: 14773459.
HSL color Cylindrical-coordinate representation of color #D36CE1: hue angle of 292.82º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36CE1 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 108 | 225 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.12 |
| HSL | 292.82º | 0.66% | 0.65% | - |
| HSV(B) | 292.82º | 0.52% | 0.88% | - |
| XYZ | 45.82 | 30.01 | 74.61 | - |
| YUV | 152.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 225 | 0.06 | 0.52 | 0 | 0.12 | 292.82 | 0.66 | 0.65 |
| Hex | D3 | 6C | E1 | 6 | 34 | 0 | C | 125 | 42 | 41 |
| Octal | 323 | 154 | 341 | 6 | 64 | 0 | 14 | 445 | 102 | 101 |
| Binary | 11010011 | 1101100 | 11100001 | 110 | 110100 | 0 | 1100 | 100100101 | 1000010 | 1000001 |
Color Harmonies of #D36CE1
Complementary color
Monochromatic Colors of #D36CE1
Black with #D36CE1
Text Example
Text Example
White with #D36CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CE1; }
p { color: rgb(211,108,225); }
H1.HeaderClassName
{
color: #D36CE1;
}
.AnyTagClassName
{
color: #D36CE1;
}
</style>
background-color css
<style>
a { background-color: #D36CE1; }
a { background-color: rgb(211,108,225); }
div.DivClassName
{
background-color: #D36CE1;
}
.BgClassName
{
background-color: #D36CE1;
}
</style>
border-color css
<style>
span { border-color: #D36CE1; }
span { border-color: rgb(211,108,225); }
td.TdClassName
{
border-color: #D36CE1;
}
.TagClassName
{
border-color: #D36CE1;
}
</style>