Shades of Orchid #D36CE6
Tints of Orchid #D36CE6
RGB
CMYK
RGB Variations
Color information
#D36CE6 (or 0xD36CE6) is known color: Orchid. HEX triplet: D3, 6C and E6. RGB value is (211,108,230). Sum of RGB (Red+Green+Blue) = 211+108+230=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #D36CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36CE6 is #2C9319. Grayscale: #989898. Windows color (decimal): -2921242 or 15101139. OLE color: 15101139.
HSL color Cylindrical-coordinate representation of color #D36CE6: hue angle of 290.66º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36CE6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 108 | 230 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.10 |
| HSL | 290.66º | 0.71% | 0.66% | - |
| HSV(B) | 290.66º | 0.53% | 0.9% | - |
| XYZ | 46.51 | 30.29 | 78.26 | - |
| YUV | 152.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 230 | 0.08 | 0.53 | 0 | 0.10 | 290.66 | 0.71 | 0.66 |
| Hex | D3 | 6C | E6 | 8 | 35 | 0 | A | 123 | 47 | 42 |
| Octal | 323 | 154 | 346 | 10 | 65 | 0 | 12 | 443 | 107 | 102 |
| Binary | 11010011 | 1101100 | 11100110 | 1000 | 110101 | 0 | 1010 | 100100011 | 1000111 | 1000010 |
Color Harmonies of #D36CE6
Complementary color
Monochromatic Colors of #D36CE6
Black with #D36CE6
Text Example
Text Example
White with #D36CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CE6; }
p { color: rgb(211,108,230); }
H1.HeaderClassName
{
color: #D36CE6;
}
.AnyTagClassName
{
color: #D36CE6;
}
</style>
background-color css
<style>
a { background-color: #D36CE6; }
a { background-color: rgb(211,108,230); }
div.DivClassName
{
background-color: #D36CE6;
}
.BgClassName
{
background-color: #D36CE6;
}
</style>
border-color css
<style>
span { border-color: #D36CE6; }
span { border-color: rgb(211,108,230); }
td.TdClassName
{
border-color: #D36CE6;
}
.TagClassName
{
border-color: #D36CE6;
}
</style>