Shades of Medium Orchid #CA32DF
Tints of Medium Orchid #CA32DF
RGB
CMYK
RGB Variations
Color information
#CA32DF (or 0xCA32DF) is known color: Medium Orchid. HEX triplet: CA, 32 and DF. RGB value is (202,50,223). Sum of RGB (Red+Green+Blue) = 202+50+223=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32DF is #35CD20. Grayscale: #727272. Windows color (decimal): -3525921 or 14627530. OLE color: 14627530.
HSL color Cylindrical-coordinate representation of color #CA32DF: hue angle of 292.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA32DF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 50 | 223 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.13 |
| HSL | 292.72º | 0.73% | 0.54% | - |
| HSV(B) | 292.72º | 0.78% | 0.87% | - |
| XYZ | 38.82 | 20.17 | 71.66 | - |
| YUV | 115.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 223 | 0.09 | 0.78 | 0 | 0.13 | 292.72 | 0.73 | 0.54 |
| Hex | CA | 32 | DF | 9 | 4E | 0 | D | 125 | 49 | 36 |
| Octal | 312 | 62 | 337 | 11 | 116 | 0 | 15 | 445 | 111 | 66 |
| Binary | 11001010 | 110010 | 11011111 | 1001 | 1001110 | 0 | 1101 | 100100101 | 1001001 | 110110 |
Color Harmonies of #CA32DF
Complementary color
Monochromatic Colors of #CA32DF
Black with #CA32DF
Text Example
Text Example
White with #CA32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32DF; }
p { color: rgb(202,50,223); }
H1.HeaderClassName
{
color: #CA32DF;
}
.AnyTagClassName
{
color: #CA32DF;
}
</style>
background-color css
<style>
a { background-color: #CA32DF; }
a { background-color: rgb(202,50,223); }
div.DivClassName
{
background-color: #CA32DF;
}
.BgClassName
{
background-color: #CA32DF;
}
</style>
border-color css
<style>
span { border-color: #CA32DF; }
span { border-color: rgb(202,50,223); }
td.TdClassName
{
border-color: #CA32DF;
}
.TagClassName
{
border-color: #CA32DF;
}
</style>