Shades of Medium Orchid #CA52E7
Tints of Medium Orchid #CA52E7
RGB
CMYK
RGB Variations
Color information
#CA52E7 (or 0xCA52E7) is known color: Medium Orchid. HEX triplet: CA, 52 and E7. RGB value is (202,82,231). Sum of RGB (Red+Green+Blue) = 202+82+231=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA52E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA52E7 is #35AD18. Grayscale: #868686. Windows color (decimal): -3517721 or 15160010. OLE color: 15160010.
HSL color Cylindrical-coordinate representation of color #CA52E7: hue angle of 288.32º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA52E7 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 82 | 231 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.09 |
| HSL | 288.32º | 0.76% | 0.61% | - |
| HSV(B) | 288.32º | 0.65% | 0.91% | - |
| XYZ | 41.8 | 24.36 | 78.1 | - |
| YUV | 134.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 231 | 0.13 | 0.65 | 0 | 0.09 | 288.32 | 0.76 | 0.61 |
| Hex | CA | 52 | E7 | D | 41 | 0 | 9 | 120 | 4C | 3D |
| Octal | 312 | 122 | 347 | 15 | 101 | 0 | 11 | 440 | 114 | 75 |
| Binary | 11001010 | 1010010 | 11100111 | 1101 | 1000001 | 0 | 1001 | 100100000 | 1001100 | 111101 |
Color Harmonies of #CA52E7
Complementary color
Monochromatic Colors of #CA52E7
Black with #CA52E7
Text Example
Text Example
White with #CA52E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52E7; }
p { color: rgb(202,82,231); }
H1.HeaderClassName
{
color: #CA52E7;
}
.AnyTagClassName
{
color: #CA52E7;
}
</style>
background-color css
<style>
a { background-color: #CA52E7; }
a { background-color: rgb(202,82,231); }
div.DivClassName
{
background-color: #CA52E7;
}
.BgClassName
{
background-color: #CA52E7;
}
</style>
border-color css
<style>
span { border-color: #CA52E7; }
span { border-color: rgb(202,82,231); }
td.TdClassName
{
border-color: #CA52E7;
}
.TagClassName
{
border-color: #CA52E7;
}
</style>