Shades of Medium Orchid #CA32F4
Tints of Medium Orchid #CA32F4
RGB
CMYK
RGB Variations
Color information
#CA32F4 (or 0xCA32F4) is known color: Medium Orchid. HEX triplet: CA, 32 and F4. RGB value is (202,50,244). Sum of RGB (Red+Green+Blue) = 202+50+244=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA32F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32F4 is #35CD0B. Grayscale: #747474. Windows color (decimal): -3525900 or 16003786. OLE color: 16003786.
HSL color Cylindrical-coordinate representation of color #CA32F4: hue angle of 287.01º degrees, saturation: 0.9, 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 #CA32F4 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 50 | 244 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.04 |
| HSL | 287.01º | 0.9% | 0.58% | - |
| HSV(B) | 287.01º | 0.8% | 0.96% | - |
| XYZ | 41.83 | 21.37 | 87.51 | - |
| YUV | 117.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 244 | 0.17 | 0.80 | 0 | 0.04 | 287.01 | 0.9 | 0.58 |
| Hex | CA | 32 | F4 | 11 | 50 | 0 | 4 | 11F | 5A | 3A |
| Octal | 312 | 62 | 364 | 21 | 120 | 0 | 4 | 437 | 132 | 72 |
| Binary | 11001010 | 110010 | 11110100 | 10001 | 1010000 | 0 | 100 | 100011111 | 1011010 | 111010 |
Color Harmonies of #CA32F4
Complementary color
Monochromatic Colors of #CA32F4
Black with #CA32F4
Text Example
Text Example
White with #CA32F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32F4; }
p { color: rgb(202,50,244); }
H1.HeaderClassName
{
color: #CA32F4;
}
.AnyTagClassName
{
color: #CA32F4;
}
</style>
background-color css
<style>
a { background-color: #CA32F4; }
a { background-color: rgb(202,50,244); }
div.DivClassName
{
background-color: #CA32F4;
}
.BgClassName
{
background-color: #CA32F4;
}
</style>
border-color css
<style>
span { border-color: #CA32F4; }
span { border-color: rgb(202,50,244); }
td.TdClassName
{
border-color: #CA32F4;
}
.TagClassName
{
border-color: #CA32F4;
}
</style>