Shades of Medium Orchid #CA53D2
Tints of Medium Orchid #CA53D2
RGB
CMYK
RGB Variations
Color information
#CA53D2 (or 0xCA53D2) is known color: Medium Orchid. HEX triplet: CA, 53 and D2. RGB value is (202,83,210). Sum of RGB (Red+Green+Blue) = 202+83+210=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53D2 is #35AC2D. Grayscale: #848484. Windows color (decimal): -3517486 or 13784010. OLE color: 13784010.
HSL color Cylindrical-coordinate representation of color #CA53D2: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA53D2 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 83 | 210 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.18 |
| HSL | 296.22º | 0.59% | 0.57% | - |
| HSV(B) | 296.22º | 0.6% | 0.82% | - |
| XYZ | 39.08 | 23.4 | 63.43 | - |
| YUV | 133.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 210 | 0.04 | 0.60 | 0 | 0.18 | 296.22 | 0.59 | 0.57 |
| Hex | CA | 53 | D2 | 4 | 3C | 0 | 12 | 128 | 3B | 39 |
| Octal | 312 | 123 | 322 | 4 | 74 | 0 | 22 | 450 | 73 | 71 |
| Binary | 11001010 | 1010011 | 11010010 | 100 | 111100 | 0 | 10010 | 100101000 | 111011 | 111001 |
Color Harmonies of #CA53D2
Complementary color
Monochromatic Colors of #CA53D2
Black with #CA53D2
Text Example
Text Example
White with #CA53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53D2; }
p { color: rgb(202,83,210); }
H1.HeaderClassName
{
color: #CA53D2;
}
.AnyTagClassName
{
color: #CA53D2;
}
</style>
background-color css
<style>
a { background-color: #CA53D2; }
a { background-color: rgb(202,83,210); }
div.DivClassName
{
background-color: #CA53D2;
}
.BgClassName
{
background-color: #CA53D2;
}
</style>
border-color css
<style>
span { border-color: #CA53D2; }
span { border-color: rgb(202,83,210); }
td.TdClassName
{
border-color: #CA53D2;
}
.TagClassName
{
border-color: #CA53D2;
}
</style>