Shades of Medium Orchid #CA62E5
Tints of Medium Orchid #CA62E5
RGB
CMYK
RGB Variations
Color information
#CA62E5 (or 0xCA62E5) is known color: Medium Orchid. HEX triplet: CA, 62 and E5. RGB value is (202,98,229). Sum of RGB (Red+Green+Blue) = 202+98+229=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62E5 is #359D1A. Grayscale: #8F8F8F. Windows color (decimal): -3513627 or 15033034. OLE color: 15033034.
HSL color Cylindrical-coordinate representation of color #CA62E5: hue angle of 287.63º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA62E5 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 98 | 229 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.10 |
| HSL | 287.63º | 0.72% | 0.64% | - |
| HSV(B) | 287.63º | 0.57% | 0.9% | - |
| XYZ | 42.87 | 26.95 | 77.07 | - |
| YUV | 144.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 229 | 0.12 | 0.57 | 0 | 0.10 | 287.63 | 0.72 | 0.64 |
| Hex | CA | 62 | E5 | C | 39 | 0 | A | 120 | 48 | 40 |
| Octal | 312 | 142 | 345 | 14 | 71 | 0 | 12 | 440 | 110 | 100 |
| Binary | 11001010 | 1100010 | 11100101 | 1100 | 111001 | 0 | 1010 | 100100000 | 1001000 | 1000000 |
Color Harmonies of #CA62E5
Complementary color
Monochromatic Colors of #CA62E5
Black with #CA62E5
Text Example
Text Example
White with #CA62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62E5; }
p { color: rgb(202,98,229); }
H1.HeaderClassName
{
color: #CA62E5;
}
.AnyTagClassName
{
color: #CA62E5;
}
</style>
background-color css
<style>
a { background-color: #CA62E5; }
a { background-color: rgb(202,98,229); }
div.DivClassName
{
background-color: #CA62E5;
}
.BgClassName
{
background-color: #CA62E5;
}
</style>
border-color css
<style>
span { border-color: #CA62E5; }
span { border-color: rgb(202,98,229); }
td.TdClassName
{
border-color: #CA62E5;
}
.TagClassName
{
border-color: #CA62E5;
}
</style>