Shades of Medium Orchid #CA55E6
Tints of Medium Orchid #CA55E6
RGB
CMYK
RGB Variations
Color information
#CA55E6 (or 0xCA55E6) is known color: Medium Orchid. HEX triplet: CA, 55 and E6. RGB value is (202,85,230). Sum of RGB (Red+Green+Blue) = 202+85+230=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA55E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55E6 is #35AA19. Grayscale: #888888. Windows color (decimal): -3516954 or 15095242. OLE color: 15095242.
HSL color Cylindrical-coordinate representation of color #CA55E6: hue angle of 288.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA55E6 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 85 | 230 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.10 |
| HSL | 288.41º | 0.74% | 0.62% | - |
| HSV(B) | 288.41º | 0.63% | 0.9% | - |
| XYZ | 41.89 | 24.77 | 77.44 | - |
| YUV | 136.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 230 | 0.12 | 0.63 | 0 | 0.10 | 288.41 | 0.74 | 0.62 |
| Hex | CA | 55 | E6 | C | 3F | 0 | A | 120 | 4A | 3E |
| Octal | 312 | 125 | 346 | 14 | 77 | 0 | 12 | 440 | 112 | 76 |
| Binary | 11001010 | 1010101 | 11100110 | 1100 | 111111 | 0 | 1010 | 100100000 | 1001010 | 111110 |
Color Harmonies of #CA55E6
Complementary color
Monochromatic Colors of #CA55E6
Black with #CA55E6
Text Example
Text Example
White with #CA55E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55E6; }
p { color: rgb(202,85,230); }
H1.HeaderClassName
{
color: #CA55E6;
}
.AnyTagClassName
{
color: #CA55E6;
}
</style>
background-color css
<style>
a { background-color: #CA55E6; }
a { background-color: rgb(202,85,230); }
div.DivClassName
{
background-color: #CA55E6;
}
.BgClassName
{
background-color: #CA55E6;
}
</style>
border-color css
<style>
span { border-color: #CA55E6; }
span { border-color: rgb(202,85,230); }
td.TdClassName
{
border-color: #CA55E6;
}
.TagClassName
{
border-color: #CA55E6;
}
</style>