Shades of Medium Orchid #CA36EE
Tints of Medium Orchid #CA36EE
RGB
CMYK
RGB Variations
Color information
#CA36EE (or 0xCA36EE) is known color: Medium Orchid. HEX triplet: CA, 36 and EE. RGB value is (202,54,238). Sum of RGB (Red+Green+Blue) = 202+54+238=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA36EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36EE is #35C911. Grayscale: #767676. Windows color (decimal): -3524882 or 15611594. OLE color: 15611594.
HSL color Cylindrical-coordinate representation of color #CA36EE: hue angle of 288.26º degrees, saturation: 0.84, 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 #CA36EE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 54 | 238 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.07 |
| HSL | 288.26º | 0.84% | 0.57% | - |
| HSV(B) | 288.26º | 0.77% | 0.93% | - |
| XYZ | 41.11 | 21.37 | 82.85 | - |
| YUV | 119.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 238 | 0.15 | 0.77 | 0 | 0.07 | 288.26 | 0.84 | 0.57 |
| Hex | CA | 36 | EE | F | 4D | 0 | 7 | 120 | 54 | 39 |
| Octal | 312 | 66 | 356 | 17 | 115 | 0 | 7 | 440 | 124 | 71 |
| Binary | 11001010 | 110110 | 11101110 | 1111 | 1001101 | 0 | 111 | 100100000 | 1010100 | 111001 |
Color Harmonies of #CA36EE
Complementary color
Monochromatic Colors of #CA36EE
Black with #CA36EE
Text Example
Text Example
White with #CA36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36EE; }
p { color: rgb(202,54,238); }
H1.HeaderClassName
{
color: #CA36EE;
}
.AnyTagClassName
{
color: #CA36EE;
}
</style>
background-color css
<style>
a { background-color: #CA36EE; }
a { background-color: rgb(202,54,238); }
div.DivClassName
{
background-color: #CA36EE;
}
.BgClassName
{
background-color: #CA36EE;
}
</style>
border-color css
<style>
span { border-color: #CA36EE; }
span { border-color: rgb(202,54,238); }
td.TdClassName
{
border-color: #CA36EE;
}
.TagClassName
{
border-color: #CA36EE;
}
</style>