Shades of Medium Orchid #CA36EC
Tints of Medium Orchid #CA36EC
RGB
CMYK
RGB Variations
Color information
#CA36EC (or 0xCA36EC) is known color: Medium Orchid. HEX triplet: CA, 36 and EC. RGB value is (202,54,236). Sum of RGB (Red+Green+Blue) = 202+54+236=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36EC is #35C913. Grayscale: #767676. Windows color (decimal): -3524884 or 15480522. OLE color: 15480522.
HSL color Cylindrical-coordinate representation of color #CA36EC: hue angle of 288.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA36EC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 54 | 236 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.07 |
| HSL | 288.79º | 0.83% | 0.57% | - |
| HSV(B) | 288.79º | 0.77% | 0.93% | - |
| XYZ | 40.82 | 21.25 | 81.31 | - |
| YUV | 119 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 236 | 0.14 | 0.77 | 0 | 0.07 | 288.79 | 0.83 | 0.57 |
| Hex | CA | 36 | EC | E | 4D | 0 | 7 | 121 | 53 | 39 |
| Octal | 312 | 66 | 354 | 16 | 115 | 0 | 7 | 441 | 123 | 71 |
| Binary | 11001010 | 110110 | 11101100 | 1110 | 1001101 | 0 | 111 | 100100001 | 1010011 | 111001 |
Color Harmonies of #CA36EC
Complementary color
Monochromatic Colors of #CA36EC
Black with #CA36EC
Text Example
Text Example
White with #CA36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36EC; }
p { color: rgb(202,54,236); }
H1.HeaderClassName
{
color: #CA36EC;
}
.AnyTagClassName
{
color: #CA36EC;
}
</style>
background-color css
<style>
a { background-color: #CA36EC; }
a { background-color: rgb(202,54,236); }
div.DivClassName
{
background-color: #CA36EC;
}
.BgClassName
{
background-color: #CA36EC;
}
</style>
border-color css
<style>
span { border-color: #CA36EC; }
span { border-color: rgb(202,54,236); }
td.TdClassName
{
border-color: #CA36EC;
}
.TagClassName
{
border-color: #CA36EC;
}
</style>