Shades of Medium Orchid #CA32F3
Tints of Medium Orchid #CA32F3
RGB
CMYK
RGB Variations
Color information
#CA32F3 (or 0xCA32F3) is known color: Medium Orchid. HEX triplet: CA, 32 and F3. RGB value is (202,50,243). Sum of RGB (Red+Green+Blue) = 202+50+243=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32F3 is #35CD0C. Grayscale: #747474. Windows color (decimal): -3525901 or 15938250. OLE color: 15938250.
HSL color Cylindrical-coordinate representation of color #CA32F3: hue angle of 287.25º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA32F3 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 50 | 243 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.05 |
| HSL | 287.25º | 0.89% | 0.57% | - |
| HSV(B) | 287.25º | 0.79% | 0.95% | - |
| XYZ | 41.68 | 21.31 | 86.71 | - |
| YUV | 117.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 243 | 0.17 | 0.79 | 0 | 0.05 | 287.25 | 0.89 | 0.57 |
| Hex | CA | 32 | F3 | 11 | 4F | 0 | 5 | 11F | 59 | 39 |
| Octal | 312 | 62 | 363 | 21 | 117 | 0 | 5 | 437 | 131 | 71 |
| Binary | 11001010 | 110010 | 11110011 | 10001 | 1001111 | 0 | 101 | 100011111 | 1011001 | 111001 |
Color Harmonies of #CA32F3
Complementary color
Monochromatic Colors of #CA32F3
Black with #CA32F3
Text Example
Text Example
White with #CA32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32F3; }
p { color: rgb(202,50,243); }
H1.HeaderClassName
{
color: #CA32F3;
}
.AnyTagClassName
{
color: #CA32F3;
}
</style>
background-color css
<style>
a { background-color: #CA32F3; }
a { background-color: rgb(202,50,243); }
div.DivClassName
{
background-color: #CA32F3;
}
.BgClassName
{
background-color: #CA32F3;
}
</style>
border-color css
<style>
span { border-color: #CA32F3; }
span { border-color: rgb(202,50,243); }
td.TdClassName
{
border-color: #CA32F3;
}
.TagClassName
{
border-color: #CA32F3;
}
</style>