Shades of Medium Orchid #CA52DB
Tints of Medium Orchid #CA52DB
RGB
CMYK
RGB Variations
Color information
#CA52DB (or 0xCA52DB) is known color: Medium Orchid. HEX triplet: CA, 52 and DB. RGB value is (202,82,219). Sum of RGB (Red+Green+Blue) = 202+82+219=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52DB is #35AD24. Grayscale: #858585. Windows color (decimal): -3517733 or 14373578. OLE color: 14373578.
HSL color Cylindrical-coordinate representation of color #CA52DB: hue angle of 292.55º 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 #CA52DB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 82 | 219 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.14 |
| HSL | 292.55º | 0.66% | 0.59% | - |
| HSV(B) | 292.55º | 0.63% | 0.86% | - |
| XYZ | 40.16 | 23.71 | 69.48 | - |
| YUV | 133.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 219 | 0.08 | 0.63 | 0 | 0.14 | 292.55 | 0.66 | 0.59 |
| Hex | CA | 52 | DB | 8 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 312 | 122 | 333 | 10 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001010 | 1010010 | 11011011 | 1000 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CA52DB
Complementary color
Monochromatic Colors of #CA52DB
Black with #CA52DB
Text Example
Text Example
White with #CA52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52DB; }
p { color: rgb(202,82,219); }
H1.HeaderClassName
{
color: #CA52DB;
}
.AnyTagClassName
{
color: #CA52DB;
}
</style>
background-color css
<style>
a { background-color: #CA52DB; }
a { background-color: rgb(202,82,219); }
div.DivClassName
{
background-color: #CA52DB;
}
.BgClassName
{
background-color: #CA52DB;
}
</style>
border-color css
<style>
span { border-color: #CA52DB; }
span { border-color: rgb(202,82,219); }
td.TdClassName
{
border-color: #CA52DB;
}
.TagClassName
{
border-color: #CA52DB;
}
</style>