Shades of Orchid #D36CDA
Tints of Orchid #D36CDA
RGB
CMYK
RGB Variations
Color information
#D36CDA (or 0xD36CDA) is known color: Orchid. HEX triplet: D3, 6C and DA. RGB value is (211,108,218). Sum of RGB (Red+Green+Blue) = 211+108+218=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D36CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CDA is #2C9325. Grayscale: #979797. Windows color (decimal): -2921254 or 14314707. OLE color: 14314707.
HSL color Cylindrical-coordinate representation of color #D36CDA: hue angle of 296.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36CDA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 108 | 218 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.15 |
| HSL | 296.18º | 0.6% | 0.64% | - |
| HSV(B) | 296.18º | 0.5% | 0.85% | - |
| XYZ | 44.88 | 29.64 | 69.68 | - |
| YUV | 151.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 218 | 0.03 | 0.50 | 0 | 0.15 | 296.18 | 0.6 | 0.64 |
| Hex | D3 | 6C | DA | 3 | 32 | 0 | F | 128 | 3C | 40 |
| Octal | 323 | 154 | 332 | 3 | 62 | 0 | 17 | 450 | 74 | 100 |
| Binary | 11010011 | 1101100 | 11011010 | 11 | 110010 | 0 | 1111 | 100101000 | 111100 | 1000000 |
Color Harmonies of #D36CDA
Complementary color
Monochromatic Colors of #D36CDA
Black with #D36CDA
Text Example
Text Example
White with #D36CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CDA; }
p { color: rgb(211,108,218); }
H1.HeaderClassName
{
color: #D36CDA;
}
.AnyTagClassName
{
color: #D36CDA;
}
</style>
background-color css
<style>
a { background-color: #D36CDA; }
a { background-color: rgb(211,108,218); }
div.DivClassName
{
background-color: #D36CDA;
}
.BgClassName
{
background-color: #D36CDA;
}
</style>
border-color css
<style>
span { border-color: #D36CDA; }
span { border-color: rgb(211,108,218); }
td.TdClassName
{
border-color: #D36CDA;
}
.TagClassName
{
border-color: #D36CDA;
}
</style>