Shades of Medium Orchid #CA32DD
Tints of Medium Orchid #CA32DD
RGB
CMYK
RGB Variations
Color information
#CA32DD (or 0xCA32DD) is known color: Medium Orchid. HEX triplet: CA, 32 and DD. RGB value is (202,50,221). Sum of RGB (Red+Green+Blue) = 202+50+221=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32DD is #35CD22. Grayscale: #727272. Windows color (decimal): -3525923 or 14496458. OLE color: 14496458.
HSL color Cylindrical-coordinate representation of color #CA32DD: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA32DD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 50 | 221 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 293.33º | 0.72% | 0.53% | - |
| HSV(B) | 293.33º | 0.77% | 0.87% | - |
| XYZ | 38.55 | 20.06 | 70.25 | - |
| YUV | 114.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 221 | 0.09 | 0.77 | 0 | 0.13 | 293.33 | 0.72 | 0.53 |
| Hex | CA | 32 | DD | 9 | 4D | 0 | D | 125 | 48 | 35 |
| Octal | 312 | 62 | 335 | 11 | 115 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001010 | 110010 | 11011101 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #CA32DD
Complementary color
Monochromatic Colors of #CA32DD
Black with #CA32DD
Text Example
Text Example
White with #CA32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32DD; }
p { color: rgb(202,50,221); }
H1.HeaderClassName
{
color: #CA32DD;
}
.AnyTagClassName
{
color: #CA32DD;
}
</style>
background-color css
<style>
a { background-color: #CA32DD; }
a { background-color: rgb(202,50,221); }
div.DivClassName
{
background-color: #CA32DD;
}
.BgClassName
{
background-color: #CA32DD;
}
</style>
border-color css
<style>
span { border-color: #CA32DD; }
span { border-color: rgb(202,50,221); }
td.TdClassName
{
border-color: #CA32DD;
}
.TagClassName
{
border-color: #CA32DD;
}
</style>