Shades of Medium Orchid #CA55EA
Tints of Medium Orchid #CA55EA
RGB
CMYK
RGB Variations
Color information
#CA55EA (or 0xCA55EA) is known color: Medium Orchid. HEX triplet: CA, 55 and EA. RGB value is (202,85,234). Sum of RGB (Red+Green+Blue) = 202+85+234=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55EA is #35AA15. Grayscale: #888888. Windows color (decimal): -3516950 or 15357386. OLE color: 15357386.
HSL color Cylindrical-coordinate representation of color #CA55EA: hue angle of 287.11º degrees, saturation: 0.78, 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 #CA55EA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 85 | 234 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.08 |
| HSL | 287.11º | 0.78% | 0.63% | - |
| HSV(B) | 287.11º | 0.64% | 0.92% | - |
| XYZ | 42.46 | 24.99 | 80.43 | - |
| YUV | 136.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 234 | 0.14 | 0.64 | 0 | 0.08 | 287.11 | 0.78 | 0.63 |
| Hex | CA | 55 | EA | E | 40 | 0 | 8 | 11F | 4E | 3F |
| Octal | 312 | 125 | 352 | 16 | 100 | 0 | 10 | 437 | 116 | 77 |
| Binary | 11001010 | 1010101 | 11101010 | 1110 | 1000000 | 0 | 1000 | 100011111 | 1001110 | 111111 |
Color Harmonies of #CA55EA
Complementary color
Monochromatic Colors of #CA55EA
Black with #CA55EA
Text Example
Text Example
White with #CA55EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55EA; }
p { color: rgb(202,85,234); }
H1.HeaderClassName
{
color: #CA55EA;
}
.AnyTagClassName
{
color: #CA55EA;
}
</style>
background-color css
<style>
a { background-color: #CA55EA; }
a { background-color: rgb(202,85,234); }
div.DivClassName
{
background-color: #CA55EA;
}
.BgClassName
{
background-color: #CA55EA;
}
</style>
border-color css
<style>
span { border-color: #CA55EA; }
span { border-color: rgb(202,85,234); }
td.TdClassName
{
border-color: #CA55EA;
}
.TagClassName
{
border-color: #CA55EA;
}
</style>