Shades of Medium Orchid #CA52DC
Tints of Medium Orchid #CA52DC
RGB
CMYK
RGB Variations
Color information
#CA52DC (or 0xCA52DC) is known color: Medium Orchid. HEX triplet: CA, 52 and DC. RGB value is (202,82,220). Sum of RGB (Red+Green+Blue) = 202+82+220=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52DC is #35AD23. Grayscale: #858585. Windows color (decimal): -3517732 or 14439114. OLE color: 14439114.
HSL color Cylindrical-coordinate representation of color #CA52DC: hue angle of 292.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA52DC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 82 | 220 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.14 |
| HSL | 292.17º | 0.66% | 0.59% | - |
| HSV(B) | 292.17º | 0.63% | 0.86% | - |
| XYZ | 40.29 | 23.76 | 70.17 | - |
| YUV | 133.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 220 | 0.08 | 0.63 | 0 | 0.14 | 292.17 | 0.66 | 0.59 |
| Hex | CA | 52 | DC | 8 | 3F | 0 | E | 124 | 42 | 3B |
| Octal | 312 | 122 | 334 | 10 | 77 | 0 | 16 | 444 | 102 | 73 |
| Binary | 11001010 | 1010010 | 11011100 | 1000 | 111111 | 0 | 1110 | 100100100 | 1000010 | 111011 |
Color Harmonies of #CA52DC
Complementary color
Monochromatic Colors of #CA52DC
Black with #CA52DC
Text Example
Text Example
White with #CA52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52DC; }
p { color: rgb(202,82,220); }
H1.HeaderClassName
{
color: #CA52DC;
}
.AnyTagClassName
{
color: #CA52DC;
}
</style>
background-color css
<style>
a { background-color: #CA52DC; }
a { background-color: rgb(202,82,220); }
div.DivClassName
{
background-color: #CA52DC;
}
.BgClassName
{
background-color: #CA52DC;
}
</style>
border-color css
<style>
span { border-color: #CA52DC; }
span { border-color: rgb(202,82,220); }
td.TdClassName
{
border-color: #CA52DC;
}
.TagClassName
{
border-color: #CA52DC;
}
</style>