Shades of Medium Orchid #CA36E5
Tints of Medium Orchid #CA36E5
RGB
CMYK
RGB Variations
Color information
#CA36E5 (or 0xCA36E5) is known color: Medium Orchid. HEX triplet: CA, 36 and E5. RGB value is (202,54,229). Sum of RGB (Red+Green+Blue) = 202+54+229=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA36E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36E5 is #35C91A. Grayscale: #757575. Windows color (decimal): -3524891 or 15021770. OLE color: 15021770.
HSL color Cylindrical-coordinate representation of color #CA36E5: hue angle of 290.74º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA36E5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 54 | 229 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.10 |
| HSL | 290.74º | 0.77% | 0.55% | - |
| HSV(B) | 290.74º | 0.76% | 0.9% | - |
| XYZ | 39.82 | 20.85 | 76.05 | - |
| YUV | 118.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 229 | 0.12 | 0.76 | 0 | 0.10 | 290.74 | 0.77 | 0.55 |
| Hex | CA | 36 | E5 | C | 4C | 0 | A | 123 | 4D | 37 |
| Octal | 312 | 66 | 345 | 14 | 114 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001010 | 110110 | 11100101 | 1100 | 1001100 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #CA36E5
Complementary color
Monochromatic Colors of #CA36E5
Black with #CA36E5
Text Example
Text Example
White with #CA36E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36E5; }
p { color: rgb(202,54,229); }
H1.HeaderClassName
{
color: #CA36E5;
}
.AnyTagClassName
{
color: #CA36E5;
}
</style>
background-color css
<style>
a { background-color: #CA36E5; }
a { background-color: rgb(202,54,229); }
div.DivClassName
{
background-color: #CA36E5;
}
.BgClassName
{
background-color: #CA36E5;
}
</style>
border-color css
<style>
span { border-color: #CA36E5; }
span { border-color: rgb(202,54,229); }
td.TdClassName
{
border-color: #CA36E5;
}
.TagClassName
{
border-color: #CA36E5;
}
</style>