Shades of Medium Orchid #CA5CEB
Tints of Medium Orchid #CA5CEB
RGB
CMYK
RGB Variations
Color information
#CA5CEB (or 0xCA5CEB) is known color: Medium Orchid. HEX triplet: CA, 5C and EB. RGB value is (202,92,235). Sum of RGB (Red+Green+Blue) = 202+92+235=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CEB is #35A314. Grayscale: #8C8C8C. Windows color (decimal): -3515157 or 15424714. OLE color: 15424714.
HSL color Cylindrical-coordinate representation of color #CA5CEB: hue angle of 286.15º 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 #CA5CEB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 92 | 235 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.08 |
| HSL | 286.15º | 0.78% | 0.64% | - |
| HSV(B) | 286.15º | 0.61% | 0.92% | - |
| XYZ | 43.18 | 26.21 | 81.38 | - |
| YUV | 141.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 235 | 0.14 | 0.61 | 0 | 0.08 | 286.15 | 0.78 | 0.64 |
| Hex | CA | 5C | EB | E | 3D | 0 | 8 | 11E | 4E | 40 |
| Octal | 312 | 134 | 353 | 16 | 75 | 0 | 10 | 436 | 116 | 100 |
| Binary | 11001010 | 1011100 | 11101011 | 1110 | 111101 | 0 | 1000 | 100011110 | 1001110 | 1000000 |
Color Harmonies of #CA5CEB
Complementary color
Monochromatic Colors of #CA5CEB
Black with #CA5CEB
Text Example
Text Example
White with #CA5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CEB; }
p { color: rgb(202,92,235); }
H1.HeaderClassName
{
color: #CA5CEB;
}
.AnyTagClassName
{
color: #CA5CEB;
}
</style>
background-color css
<style>
a { background-color: #CA5CEB; }
a { background-color: rgb(202,92,235); }
div.DivClassName
{
background-color: #CA5CEB;
}
.BgClassName
{
background-color: #CA5CEB;
}
</style>
border-color css
<style>
span { border-color: #CA5CEB; }
span { border-color: rgb(202,92,235); }
td.TdClassName
{
border-color: #CA5CEB;
}
.TagClassName
{
border-color: #CA5CEB;
}
</style>