Shades of Medium Orchid #CA32DB
Tints of Medium Orchid #CA32DB
RGB
CMYK
RGB Variations
Color information
#CA32DB (or 0xCA32DB) is known color: Medium Orchid. HEX triplet: CA, 32 and DB. RGB value is (202,50,219). Sum of RGB (Red+Green+Blue) = 202+50+219=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32DB is #35CD24. Grayscale: #727272. Windows color (decimal): -3525925 or 14365386. OLE color: 14365386.
HSL color Cylindrical-coordinate representation of color #CA32DB: hue angle of 293.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA32DB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 50 | 219 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.14 |
| HSL | 293.96º | 0.7% | 0.53% | - |
| HSV(B) | 293.96º | 0.77% | 0.86% | - |
| XYZ | 38.28 | 19.95 | 68.85 | - |
| YUV | 114.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 219 | 0.08 | 0.77 | 0 | 0.14 | 293.96 | 0.7 | 0.53 |
| Hex | CA | 32 | DB | 8 | 4D | 0 | E | 126 | 46 | 35 |
| Octal | 312 | 62 | 333 | 10 | 115 | 0 | 16 | 446 | 106 | 65 |
| Binary | 11001010 | 110010 | 11011011 | 1000 | 1001101 | 0 | 1110 | 100100110 | 1000110 | 110101 |
Color Harmonies of #CA32DB
Complementary color
Monochromatic Colors of #CA32DB
Black with #CA32DB
Text Example
Text Example
White with #CA32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32DB; }
p { color: rgb(202,50,219); }
H1.HeaderClassName
{
color: #CA32DB;
}
.AnyTagClassName
{
color: #CA32DB;
}
</style>
background-color css
<style>
a { background-color: #CA32DB; }
a { background-color: rgb(202,50,219); }
div.DivClassName
{
background-color: #CA32DB;
}
.BgClassName
{
background-color: #CA32DB;
}
</style>
border-color css
<style>
span { border-color: #CA32DB; }
span { border-color: rgb(202,50,219); }
td.TdClassName
{
border-color: #CA32DB;
}
.TagClassName
{
border-color: #CA32DB;
}
</style>