Shades of Medium Orchid #CA5BEC
Tints of Medium Orchid #CA5BEC
RGB
CMYK
RGB Variations
Color information
#CA5BEC (or 0xCA5BEC) is known color: Medium Orchid. HEX triplet: CA, 5B and EC. RGB value is (202,91,236). Sum of RGB (Red+Green+Blue) = 202+91+236=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA5BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BEC is #35A413. Grayscale: #8C8C8C. Windows color (decimal): -3515412 or 15489994. OLE color: 15489994.
HSL color Cylindrical-coordinate representation of color #CA5BEC: hue angle of 285.93º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5BEC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 91 | 236 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.07 |
| HSL | 285.93º | 0.79% | 0.64% | - |
| HSV(B) | 285.93º | 0.61% | 0.93% | - |
| XYZ | 43.24 | 26.09 | 82.11 | - |
| YUV | 140.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 236 | 0.14 | 0.61 | 0 | 0.07 | 285.93 | 0.79 | 0.64 |
| Hex | CA | 5B | EC | E | 3D | 0 | 7 | 11E | 4F | 40 |
| Octal | 312 | 133 | 354 | 16 | 75 | 0 | 7 | 436 | 117 | 100 |
| Binary | 11001010 | 1011011 | 11101100 | 1110 | 111101 | 0 | 111 | 100011110 | 1001111 | 1000000 |
Color Harmonies of #CA5BEC
Complementary color
Monochromatic Colors of #CA5BEC
Black with #CA5BEC
Text Example
Text Example
White with #CA5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BEC; }
p { color: rgb(202,91,236); }
H1.HeaderClassName
{
color: #CA5BEC;
}
.AnyTagClassName
{
color: #CA5BEC;
}
</style>
background-color css
<style>
a { background-color: #CA5BEC; }
a { background-color: rgb(202,91,236); }
div.DivClassName
{
background-color: #CA5BEC;
}
.BgClassName
{
background-color: #CA5BEC;
}
</style>
border-color css
<style>
span { border-color: #CA5BEC; }
span { border-color: rgb(202,91,236); }
td.TdClassName
{
border-color: #CA5BEC;
}
.TagClassName
{
border-color: #CA5BEC;
}
</style>