Shades of Medium Orchid #CA55F0
Tints of Medium Orchid #CA55F0
RGB
CMYK
RGB Variations
Color information
#CA55F0 (or 0xCA55F0) is known color: Medium Orchid. HEX triplet: CA, 55 and F0. RGB value is (202,85,240). Sum of RGB (Red+Green+Blue) = 202+85+240=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA55F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55F0 is #35AA0F. Grayscale: #898989. Windows color (decimal): -3516944 or 15750602. OLE color: 15750602.
HSL color Cylindrical-coordinate representation of color #CA55F0: hue angle of 285.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA55F0 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 85 | 240 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.06 |
| HSL | 285.29º | 0.84% | 0.64% | - |
| HSV(B) | 285.29º | 0.65% | 0.94% | - |
| XYZ | 43.33 | 25.34 | 85.05 | - |
| YUV | 137.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 240 | 0.16 | 0.65 | 0 | 0.06 | 285.29 | 0.84 | 0.64 |
| Hex | CA | 55 | F0 | 10 | 41 | 0 | 6 | 11D | 54 | 40 |
| Octal | 312 | 125 | 360 | 20 | 101 | 0 | 6 | 435 | 124 | 100 |
| Binary | 11001010 | 1010101 | 11110000 | 10000 | 1000001 | 0 | 110 | 100011101 | 1010100 | 1000000 |
Color Harmonies of #CA55F0
Complementary color
Monochromatic Colors of #CA55F0
Black with #CA55F0
Text Example
Text Example
White with #CA55F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55F0; }
p { color: rgb(202,85,240); }
H1.HeaderClassName
{
color: #CA55F0;
}
.AnyTagClassName
{
color: #CA55F0;
}
</style>
background-color css
<style>
a { background-color: #CA55F0; }
a { background-color: rgb(202,85,240); }
div.DivClassName
{
background-color: #CA55F0;
}
.BgClassName
{
background-color: #CA55F0;
}
</style>
border-color css
<style>
span { border-color: #CA55F0; }
span { border-color: rgb(202,85,240); }
td.TdClassName
{
border-color: #CA55F0;
}
.TagClassName
{
border-color: #CA55F0;
}
</style>