Shades of Medium Orchid #CA52F0
Tints of Medium Orchid #CA52F0
RGB
CMYK
RGB Variations
Color information
#CA52F0 (or 0xCA52F0) is known color: Medium Orchid. HEX triplet: CA, 52 and F0. RGB value is (202,82,240). Sum of RGB (Red+Green+Blue) = 202+82+240=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA52F0 is #35AD0F. Grayscale: #878787. Windows color (decimal): -3517712 or 15749834. OLE color: 15749834.
HSL color Cylindrical-coordinate representation of color #CA52F0: hue angle of 285.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA52F0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 82 | 240 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.06 |
| HSL | 285.57º | 0.84% | 0.63% | - |
| HSV(B) | 285.57º | 0.66% | 0.94% | - |
| XYZ | 43.1 | 24.88 | 84.97 | - |
| YUV | 135.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 240 | 0.16 | 0.66 | 0 | 0.06 | 285.57 | 0.84 | 0.63 |
| Hex | CA | 52 | F0 | 10 | 42 | 0 | 6 | 11E | 54 | 3F |
| Octal | 312 | 122 | 360 | 20 | 102 | 0 | 6 | 436 | 124 | 77 |
| Binary | 11001010 | 1010010 | 11110000 | 10000 | 1000010 | 0 | 110 | 100011110 | 1010100 | 111111 |
Color Harmonies of #CA52F0
Complementary color
Monochromatic Colors of #CA52F0
Black with #CA52F0
Text Example
Text Example
White with #CA52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52F0; }
p { color: rgb(202,82,240); }
H1.HeaderClassName
{
color: #CA52F0;
}
.AnyTagClassName
{
color: #CA52F0;
}
</style>
background-color css
<style>
a { background-color: #CA52F0; }
a { background-color: rgb(202,82,240); }
div.DivClassName
{
background-color: #CA52F0;
}
.BgClassName
{
background-color: #CA52F0;
}
</style>
border-color css
<style>
span { border-color: #CA52F0; }
span { border-color: rgb(202,82,240); }
td.TdClassName
{
border-color: #CA52F0;
}
.TagClassName
{
border-color: #CA52F0;
}
</style>