Shades of Medium Orchid #CA5BEB
Tints of Medium Orchid #CA5BEB
RGB
CMYK
RGB Variations
Color information
#CA5BEB (or 0xCA5BEB) is known color: Medium Orchid. HEX triplet: CA, 5B and EB. RGB value is (202,91,235). Sum of RGB (Red+Green+Blue) = 202+91+235=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BEB is #35A414. Grayscale: #8C8C8C. Windows color (decimal): -3515413 or 15424458. OLE color: 15424458.
HSL color Cylindrical-coordinate representation of color #CA5BEB: hue angle of 286.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5BEB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 91 | 235 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.08 |
| HSL | 286.25º | 0.78% | 0.64% | - |
| HSV(B) | 286.25º | 0.61% | 0.92% | - |
| XYZ | 43.09 | 26.04 | 81.35 | - |
| YUV | 140.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 235 | 0.14 | 0.61 | 0 | 0.08 | 286.25 | 0.78 | 0.64 |
| Hex | CA | 5B | EB | E | 3D | 0 | 8 | 11E | 4E | 40 |
| Octal | 312 | 133 | 353 | 16 | 75 | 0 | 10 | 436 | 116 | 100 |
| Binary | 11001010 | 1011011 | 11101011 | 1110 | 111101 | 0 | 1000 | 100011110 | 1001110 | 1000000 |
Color Harmonies of #CA5BEB
Complementary color
Monochromatic Colors of #CA5BEB
Black with #CA5BEB
Text Example
Text Example
White with #CA5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BEB; }
p { color: rgb(202,91,235); }
H1.HeaderClassName
{
color: #CA5BEB;
}
.AnyTagClassName
{
color: #CA5BEB;
}
</style>
background-color css
<style>
a { background-color: #CA5BEB; }
a { background-color: rgb(202,91,235); }
div.DivClassName
{
background-color: #CA5BEB;
}
.BgClassName
{
background-color: #CA5BEB;
}
</style>
border-color css
<style>
span { border-color: #CA5BEB; }
span { border-color: rgb(202,91,235); }
td.TdClassName
{
border-color: #CA5BEB;
}
.TagClassName
{
border-color: #CA5BEB;
}
</style>