Shades of Medium Orchid #CA56EE
Tints of Medium Orchid #CA56EE
RGB
CMYK
RGB Variations
Color information
#CA56EE (or 0xCA56EE) is known color: Medium Orchid. HEX triplet: CA, 56 and EE. RGB value is (202,86,238). Sum of RGB (Red+Green+Blue) = 202+86+238=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56EE is #35A911. Grayscale: #898989. Windows color (decimal): -3516690 or 15619786. OLE color: 15619786.
HSL color Cylindrical-coordinate representation of color #CA56EE: hue angle of 285.79º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA56EE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 86 | 238 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.07 |
| HSL | 285.79º | 0.82% | 0.64% | - |
| HSV(B) | 285.79º | 0.64% | 0.93% | - |
| XYZ | 43.12 | 25.39 | 83.52 | - |
| YUV | 138.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 238 | 0.15 | 0.64 | 0 | 0.07 | 285.79 | 0.82 | 0.64 |
| Hex | CA | 56 | EE | F | 40 | 0 | 7 | 11E | 52 | 40 |
| Octal | 312 | 126 | 356 | 17 | 100 | 0 | 7 | 436 | 122 | 100 |
| Binary | 11001010 | 1010110 | 11101110 | 1111 | 1000000 | 0 | 111 | 100011110 | 1010010 | 1000000 |
Color Harmonies of #CA56EE
Complementary color
Monochromatic Colors of #CA56EE
Black with #CA56EE
Text Example
Text Example
White with #CA56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56EE; }
p { color: rgb(202,86,238); }
H1.HeaderClassName
{
color: #CA56EE;
}
.AnyTagClassName
{
color: #CA56EE;
}
</style>
background-color css
<style>
a { background-color: #CA56EE; }
a { background-color: rgb(202,86,238); }
div.DivClassName
{
background-color: #CA56EE;
}
.BgClassName
{
background-color: #CA56EE;
}
</style>
border-color css
<style>
span { border-color: #CA56EE; }
span { border-color: rgb(202,86,238); }
td.TdClassName
{
border-color: #CA56EE;
}
.TagClassName
{
border-color: #CA56EE;
}
</style>