Shades of Medium Orchid #CA54F0
Tints of Medium Orchid #CA54F0
RGB
CMYK
RGB Variations
Color information
#CA54F0 (or 0xCA54F0) is known color: Medium Orchid. HEX triplet: CA, 54 and F0. RGB value is (202,84,240). Sum of RGB (Red+Green+Blue) = 202+84+240=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA54F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54F0 is #35AB0F. Grayscale: #888888. Windows color (decimal): -3517200 or 15750346. OLE color: 15750346.
HSL color Cylindrical-coordinate representation of color #CA54F0: hue angle of 285.38º 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 #CA54F0 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 84 | 240 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.06 |
| HSL | 285.38º | 0.84% | 0.64% | - |
| HSV(B) | 285.38º | 0.65% | 0.94% | - |
| XYZ | 43.26 | 25.19 | 85.02 | - |
| YUV | 137.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 240 | 0.16 | 0.65 | 0 | 0.06 | 285.38 | 0.84 | 0.64 |
| Hex | CA | 54 | F0 | 10 | 41 | 0 | 6 | 11D | 54 | 40 |
| Octal | 312 | 124 | 360 | 20 | 101 | 0 | 6 | 435 | 124 | 100 |
| Binary | 11001010 | 1010100 | 11110000 | 10000 | 1000001 | 0 | 110 | 100011101 | 1010100 | 1000000 |
Color Harmonies of #CA54F0
Complementary color
Monochromatic Colors of #CA54F0
Black with #CA54F0
Text Example
Text Example
White with #CA54F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54F0; }
p { color: rgb(202,84,240); }
H1.HeaderClassName
{
color: #CA54F0;
}
.AnyTagClassName
{
color: #CA54F0;
}
</style>
background-color css
<style>
a { background-color: #CA54F0; }
a { background-color: rgb(202,84,240); }
div.DivClassName
{
background-color: #CA54F0;
}
.BgClassName
{
background-color: #CA54F0;
}
</style>
border-color css
<style>
span { border-color: #CA54F0; }
span { border-color: rgb(202,84,240); }
td.TdClassName
{
border-color: #CA54F0;
}
.TagClassName
{
border-color: #CA54F0;
}
</style>