Shades of Medium Orchid #CA54EB
Tints of Medium Orchid #CA54EB
RGB
CMYK
RGB Variations
Color information
#CA54EB (or 0xCA54EB) is known color: Medium Orchid. HEX triplet: CA, 54 and EB. RGB value is (202,84,235). Sum of RGB (Red+Green+Blue) = 202+84+235=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54EB is #35AB14. Grayscale: #888888. Windows color (decimal): -3517205 or 15422666. OLE color: 15422666.
HSL color Cylindrical-coordinate representation of color #CA54EB: hue angle of 286.89º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA54EB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 84 | 235 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.08 |
| HSL | 286.89º | 0.79% | 0.63% | - |
| HSV(B) | 286.89º | 0.64% | 0.92% | - |
| XYZ | 42.52 | 24.9 | 81.16 | - |
| YUV | 136.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 235 | 0.14 | 0.64 | 0 | 0.08 | 286.89 | 0.79 | 0.63 |
| Hex | CA | 54 | EB | E | 40 | 0 | 8 | 11F | 4F | 3F |
| Octal | 312 | 124 | 353 | 16 | 100 | 0 | 10 | 437 | 117 | 77 |
| Binary | 11001010 | 1010100 | 11101011 | 1110 | 1000000 | 0 | 1000 | 100011111 | 1001111 | 111111 |
Color Harmonies of #CA54EB
Complementary color
Monochromatic Colors of #CA54EB
Black with #CA54EB
Text Example
Text Example
White with #CA54EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54EB; }
p { color: rgb(202,84,235); }
H1.HeaderClassName
{
color: #CA54EB;
}
.AnyTagClassName
{
color: #CA54EB;
}
</style>
background-color css
<style>
a { background-color: #CA54EB; }
a { background-color: rgb(202,84,235); }
div.DivClassName
{
background-color: #CA54EB;
}
.BgClassName
{
background-color: #CA54EB;
}
</style>
border-color css
<style>
span { border-color: #CA54EB; }
span { border-color: rgb(202,84,235); }
td.TdClassName
{
border-color: #CA54EB;
}
.TagClassName
{
border-color: #CA54EB;
}
</style>