Shades of Medium Orchid #CA32F5
Tints of Medium Orchid #CA32F5
RGB
CMYK
RGB Variations
Color information
#CA32F5 (or 0xCA32F5) is known color: Medium Orchid. HEX triplet: CA, 32 and F5. RGB value is (202,50,245). Sum of RGB (Red+Green+Blue) = 202+50+245=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA32F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32F5 is #35CD0A. Grayscale: #757575. Windows color (decimal): -3525899 or 16069322. OLE color: 16069322.
HSL color Cylindrical-coordinate representation of color #CA32F5: hue angle of 286.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA32F5 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 50 | 245 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.04 |
| HSL | 286.77º | 0.91% | 0.58% | - |
| HSV(B) | 286.77º | 0.8% | 0.96% | - |
| XYZ | 41.98 | 21.43 | 88.31 | - |
| YUV | 117.68 | 199.86 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 245 | 0.18 | 0.80 | 0 | 0.04 | 286.77 | 0.91 | 0.58 |
| Hex | CA | 32 | F5 | 12 | 50 | 0 | 4 | 11F | 5B | 3A |
| Octal | 312 | 62 | 365 | 22 | 120 | 0 | 4 | 437 | 133 | 72 |
| Binary | 11001010 | 110010 | 11110101 | 10010 | 1010000 | 0 | 100 | 100011111 | 1011011 | 111010 |
Color Harmonies of #CA32F5
Complementary color
Monochromatic Colors of #CA32F5
Black with #CA32F5
Text Example
Text Example
White with #CA32F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32F5; }
p { color: rgb(202,50,245); }
H1.HeaderClassName
{
color: #CA32F5;
}
.AnyTagClassName
{
color: #CA32F5;
}
</style>
background-color css
<style>
a { background-color: #CA32F5; }
a { background-color: rgb(202,50,245); }
div.DivClassName
{
background-color: #CA32F5;
}
.BgClassName
{
background-color: #CA32F5;
}
</style>
border-color css
<style>
span { border-color: #CA32F5; }
span { border-color: rgb(202,50,245); }
td.TdClassName
{
border-color: #CA32F5;
}
.TagClassName
{
border-color: #CA32F5;
}
</style>