Shades of Medium Orchid #CD36E8
Tints of Medium Orchid #CD36E8
RGB
CMYK
RGB Variations
Color information
#CD36E8 (or 0xCD36E8) is known color: Medium Orchid. HEX triplet: CD, 36 and E8. RGB value is (205,54,232). Sum of RGB (Red+Green+Blue) = 205+54+232=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD36E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD36E8 is #32C917. Grayscale: #767676. Windows color (decimal): -3328280 or 15218381. OLE color: 15218381.
HSL color Cylindrical-coordinate representation of color #CD36E8: hue angle of 290.9º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD36E8 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 54 | 232 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.09 |
| HSL | 290.9º | 0.79% | 0.56% | - |
| HSV(B) | 290.9º | 0.77% | 0.91% | - |
| XYZ | 41.06 | 21.44 | 78.32 | - |
| YUV | 119.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 232 | 0.12 | 0.77 | 0 | 0.09 | 290.9 | 0.79 | 0.56 |
| Hex | CD | 36 | E8 | C | 4D | 0 | 9 | 123 | 4F | 38 |
| Octal | 315 | 66 | 350 | 14 | 115 | 0 | 11 | 443 | 117 | 70 |
| Binary | 11001101 | 110110 | 11101000 | 1100 | 1001101 | 0 | 1001 | 100100011 | 1001111 | 111000 |
Color Harmonies of #CD36E8
Complementary color
Monochromatic Colors of #CD36E8
Black with #CD36E8
Text Example
Text Example
White with #CD36E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36E8; }
p { color: rgb(205,54,232); }
H1.HeaderClassName
{
color: #CD36E8;
}
.AnyTagClassName
{
color: #CD36E8;
}
</style>
background-color css
<style>
a { background-color: #CD36E8; }
a { background-color: rgb(205,54,232); }
div.DivClassName
{
background-color: #CD36E8;
}
.BgClassName
{
background-color: #CD36E8;
}
</style>
border-color css
<style>
span { border-color: #CD36E8; }
span { border-color: rgb(205,54,232); }
td.TdClassName
{
border-color: #CD36E8;
}
.TagClassName
{
border-color: #CD36E8;
}
</style>