Shades of Medium Orchid #CA52ED
Tints of Medium Orchid #CA52ED
RGB
CMYK
RGB Variations
Color information
#CA52ED (or 0xCA52ED) is known color: Medium Orchid. HEX triplet: CA, 52 and ED. RGB value is (202,82,237). Sum of RGB (Red+Green+Blue) = 202+82+237=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA52ED is #35AD12. Grayscale: #878787. Windows color (decimal): -3517715 or 15553226. OLE color: 15553226.
HSL color Cylindrical-coordinate representation of color #CA52ED: hue angle of 286.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA52ED is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 82 | 237 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.07 |
| HSL | 286.45º | 0.81% | 0.63% | - |
| HSV(B) | 286.45º | 0.65% | 0.93% | - |
| XYZ | 42.66 | 24.71 | 82.64 | - |
| YUV | 135.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 237 | 0.15 | 0.65 | 0 | 0.07 | 286.45 | 0.81 | 0.63 |
| Hex | CA | 52 | ED | F | 41 | 0 | 7 | 11E | 51 | 3F |
| Octal | 312 | 122 | 355 | 17 | 101 | 0 | 7 | 436 | 121 | 77 |
| Binary | 11001010 | 1010010 | 11101101 | 1111 | 1000001 | 0 | 111 | 100011110 | 1010001 | 111111 |
Color Harmonies of #CA52ED
Complementary color
Monochromatic Colors of #CA52ED
Black with #CA52ED
Text Example
Text Example
White with #CA52ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52ED; }
p { color: rgb(202,82,237); }
H1.HeaderClassName
{
color: #CA52ED;
}
.AnyTagClassName
{
color: #CA52ED;
}
</style>
background-color css
<style>
a { background-color: #CA52ED; }
a { background-color: rgb(202,82,237); }
div.DivClassName
{
background-color: #CA52ED;
}
.BgClassName
{
background-color: #CA52ED;
}
</style>
border-color css
<style>
span { border-color: #CA52ED; }
span { border-color: rgb(202,82,237); }
td.TdClassName
{
border-color: #CA52ED;
}
.TagClassName
{
border-color: #CA52ED;
}
</style>