Shades of Orchid #D36FDD
Tints of Orchid #D36FDD
RGB
CMYK
RGB Variations
Color information
#D36FDD (or 0xD36FDD) is known color: Orchid. HEX triplet: D3, 6F and DD. RGB value is (211,111,221). Sum of RGB (Red+Green+Blue) = 211+111+221=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D36FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FDD is #2C9022. Grayscale: #999999. Windows color (decimal): -2920483 or 14512083. OLE color: 14512083.
HSL color Cylindrical-coordinate representation of color #D36FDD: hue angle of 294.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36FDD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 111 | 221 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.13 |
| HSL | 294.55º | 0.62% | 0.65% | - |
| HSV(B) | 294.55º | 0.5% | 0.87% | - |
| XYZ | 45.6 | 30.44 | 71.88 | - |
| YUV | 153.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 221 | 0.05 | 0.50 | 0 | 0.13 | 294.55 | 0.62 | 0.65 |
| Hex | D3 | 6F | DD | 5 | 32 | 0 | D | 127 | 3E | 41 |
| Octal | 323 | 157 | 335 | 5 | 62 | 0 | 15 | 447 | 76 | 101 |
| Binary | 11010011 | 1101111 | 11011101 | 101 | 110010 | 0 | 1101 | 100100111 | 111110 | 1000001 |
Color Harmonies of #D36FDD
Complementary color
Monochromatic Colors of #D36FDD
Black with #D36FDD
Text Example
Text Example
White with #D36FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FDD; }
p { color: rgb(211,111,221); }
H1.HeaderClassName
{
color: #D36FDD;
}
.AnyTagClassName
{
color: #D36FDD;
}
</style>
background-color css
<style>
a { background-color: #D36FDD; }
a { background-color: rgb(211,111,221); }
div.DivClassName
{
background-color: #D36FDD;
}
.BgClassName
{
background-color: #D36FDD;
}
</style>
border-color css
<style>
span { border-color: #D36FDD; }
span { border-color: rgb(211,111,221); }
td.TdClassName
{
border-color: #D36FDD;
}
.TagClassName
{
border-color: #D36FDD;
}
</style>