Shades of Medium Orchid #CA32F0
Tints of Medium Orchid #CA32F0
RGB
CMYK
RGB Variations
Color information
#CA32F0 (or 0xCA32F0) is known color: Medium Orchid. HEX triplet: CA, 32 and F0. RGB value is (202,50,240). Sum of RGB (Red+Green+Blue) = 202+50+240=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA32F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32F0 is #35CD0F. Grayscale: #747474. Windows color (decimal): -3525904 or 15741642. OLE color: 15741642.
HSL color Cylindrical-coordinate representation of color #CA32F0: hue angle of 288º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA32F0 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 50 | 240 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.06 |
| HSL | 288º | 0.86% | 0.57% | - |
| HSV(B) | 288º | 0.79% | 0.94% | - |
| XYZ | 41.23 | 21.13 | 84.34 | - |
| YUV | 117.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 240 | 0.16 | 0.79 | 0 | 0.06 | 288 | 0.86 | 0.57 |
| Hex | CA | 32 | F0 | 10 | 4F | 0 | 6 | 120 | 56 | 39 |
| Octal | 312 | 62 | 360 | 20 | 117 | 0 | 6 | 440 | 126 | 71 |
| Binary | 11001010 | 110010 | 11110000 | 10000 | 1001111 | 0 | 110 | 100100000 | 1010110 | 111001 |
Color Harmonies of #CA32F0
Complementary color
Monochromatic Colors of #CA32F0
Black with #CA32F0
Text Example
Text Example
White with #CA32F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32F0; }
p { color: rgb(202,50,240); }
H1.HeaderClassName
{
color: #CA32F0;
}
.AnyTagClassName
{
color: #CA32F0;
}
</style>
background-color css
<style>
a { background-color: #CA32F0; }
a { background-color: rgb(202,50,240); }
div.DivClassName
{
background-color: #CA32F0;
}
.BgClassName
{
background-color: #CA32F0;
}
</style>
border-color css
<style>
span { border-color: #CA32F0; }
span { border-color: rgb(202,50,240); }
td.TdClassName
{
border-color: #CA32F0;
}
.TagClassName
{
border-color: #CA32F0;
}
</style>