Shades of Medium Orchid #CA5FEB
Tints of Medium Orchid #CA5FEB
RGB
CMYK
RGB Variations
Color information
#CA5FEB (or 0xCA5FEB) is known color: Medium Orchid. HEX triplet: CA, 5F and EB. RGB value is (202,95,235). Sum of RGB (Red+Green+Blue) = 202+95+235=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FEB is #35A014. Grayscale: #8E8E8E. Windows color (decimal): -3514389 or 15425482. OLE color: 15425482.
HSL color Cylindrical-coordinate representation of color #CA5FEB: hue angle of 285.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5FEB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 95 | 235 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.08 |
| HSL | 285.86º | 0.78% | 0.65% | - |
| HSV(B) | 285.86º | 0.6% | 0.92% | - |
| XYZ | 43.44 | 26.74 | 81.47 | - |
| YUV | 142.95 | 179.95 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 235 | 0.14 | 0.60 | 0 | 0.08 | 285.86 | 0.78 | 0.65 |
| Hex | CA | 5F | EB | E | 3C | 0 | 8 | 11E | 4E | 41 |
| Octal | 312 | 137 | 353 | 16 | 74 | 0 | 10 | 436 | 116 | 101 |
| Binary | 11001010 | 1011111 | 11101011 | 1110 | 111100 | 0 | 1000 | 100011110 | 1001110 | 1000001 |
Color Harmonies of #CA5FEB
Complementary color
Monochromatic Colors of #CA5FEB
Black with #CA5FEB
Text Example
Text Example
White with #CA5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FEB; }
p { color: rgb(202,95,235); }
H1.HeaderClassName
{
color: #CA5FEB;
}
.AnyTagClassName
{
color: #CA5FEB;
}
</style>
background-color css
<style>
a { background-color: #CA5FEB; }
a { background-color: rgb(202,95,235); }
div.DivClassName
{
background-color: #CA5FEB;
}
.BgClassName
{
background-color: #CA5FEB;
}
</style>
border-color css
<style>
span { border-color: #CA5FEB; }
span { border-color: rgb(202,95,235); }
td.TdClassName
{
border-color: #CA5FEB;
}
.TagClassName
{
border-color: #CA5FEB;
}
</style>