Shades of Orchid #D36FE8
Tints of Orchid #D36FE8
RGB
CMYK
RGB Variations
Color information
#D36FE8 (or 0xD36FE8) is known color: Orchid. HEX triplet: D3, 6F and E8. RGB value is (211,111,232). Sum of RGB (Red+Green+Blue) = 211+111+232=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #D36FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36FE8 is #2C9017. Grayscale: #9A9A9A. Windows color (decimal): -2920472 or 15232979. OLE color: 15232979.
HSL color Cylindrical-coordinate representation of color #D36FE8: hue angle of 289.59º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36FE8 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 111 | 232 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.09 |
| HSL | 289.59º | 0.72% | 0.67% | - |
| HSV(B) | 289.59º | 0.52% | 0.91% | - |
| XYZ | 47.11 | 31.04 | 79.85 | - |
| YUV | 154.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 232 | 0.09 | 0.52 | 0 | 0.09 | 289.59 | 0.72 | 0.67 |
| Hex | D3 | 6F | E8 | 9 | 34 | 0 | 9 | 122 | 48 | 43 |
| Octal | 323 | 157 | 350 | 11 | 64 | 0 | 11 | 442 | 110 | 103 |
| Binary | 11010011 | 1101111 | 11101000 | 1001 | 110100 | 0 | 1001 | 100100010 | 1001000 | 1000011 |
Color Harmonies of #D36FE8
Complementary color
Monochromatic Colors of #D36FE8
Black with #D36FE8
Text Example
Text Example
White with #D36FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FE8; }
p { color: rgb(211,111,232); }
H1.HeaderClassName
{
color: #D36FE8;
}
.AnyTagClassName
{
color: #D36FE8;
}
</style>
background-color css
<style>
a { background-color: #D36FE8; }
a { background-color: rgb(211,111,232); }
div.DivClassName
{
background-color: #D36FE8;
}
.BgClassName
{
background-color: #D36FE8;
}
</style>
border-color css
<style>
span { border-color: #D36FE8; }
span { border-color: rgb(211,111,232); }
td.TdClassName
{
border-color: #D36FE8;
}
.TagClassName
{
border-color: #D36FE8;
}
</style>