Shades of Medium Orchid #CA52D2
Tints of Medium Orchid #CA52D2
RGB
CMYK
RGB Variations
Color information
#CA52D2 (or 0xCA52D2) is known color: Medium Orchid. HEX triplet: CA, 52 and D2. RGB value is (202,82,210). Sum of RGB (Red+Green+Blue) = 202+82+210=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA52D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52D2 is #35AD2D. Grayscale: #848484. Windows color (decimal): -3517742 or 13783754. OLE color: 13783754.
HSL color Cylindrical-coordinate representation of color #CA52D2: hue angle of 296.25º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA52D2 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 82 | 210 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.18 |
| HSL | 296.25º | 0.59% | 0.57% | - |
| HSV(B) | 296.25º | 0.61% | 0.82% | - |
| XYZ | 39.01 | 23.24 | 63.4 | - |
| YUV | 132.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 210 | 0.04 | 0.61 | 0 | 0.18 | 296.25 | 0.59 | 0.57 |
| Hex | CA | 52 | D2 | 4 | 3D | 0 | 12 | 128 | 3B | 39 |
| Octal | 312 | 122 | 322 | 4 | 75 | 0 | 22 | 450 | 73 | 71 |
| Binary | 11001010 | 1010010 | 11010010 | 100 | 111101 | 0 | 10010 | 100101000 | 111011 | 111001 |
Color Harmonies of #CA52D2
Complementary color
Monochromatic Colors of #CA52D2
Black with #CA52D2
Text Example
Text Example
White with #CA52D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52D2; }
p { color: rgb(202,82,210); }
H1.HeaderClassName
{
color: #CA52D2;
}
.AnyTagClassName
{
color: #CA52D2;
}
</style>
background-color css
<style>
a { background-color: #CA52D2; }
a { background-color: rgb(202,82,210); }
div.DivClassName
{
background-color: #CA52D2;
}
.BgClassName
{
background-color: #CA52D2;
}
</style>
border-color css
<style>
span { border-color: #CA52D2; }
span { border-color: rgb(202,82,210); }
td.TdClassName
{
border-color: #CA52D2;
}
.TagClassName
{
border-color: #CA52D2;
}
</style>