Shades of Medium Orchid #CA5CEA
Tints of Medium Orchid #CA5CEA
RGB
CMYK
RGB Variations
Color information
#CA5CEA (or 0xCA5CEA) is known color: Medium Orchid. HEX triplet: CA, 5C and EA. RGB value is (202,92,234). Sum of RGB (Red+Green+Blue) = 202+92+234=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CEA is #35A315. Grayscale: #8C8C8C. Windows color (decimal): -3515158 or 15359178. OLE color: 15359178.
HSL color Cylindrical-coordinate representation of color #CA5CEA: hue angle of 286.48º degrees, saturation: 0.77, 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 #CA5CEA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 92 | 234 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.08 |
| HSL | 286.48º | 0.77% | 0.64% | - |
| HSV(B) | 286.48º | 0.61% | 0.92% | - |
| XYZ | 43.04 | 26.15 | 80.62 | - |
| YUV | 141.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 234 | 0.14 | 0.61 | 0 | 0.08 | 286.48 | 0.77 | 0.64 |
| Hex | CA | 5C | EA | E | 3D | 0 | 8 | 11E | 4D | 40 |
| Octal | 312 | 134 | 352 | 16 | 75 | 0 | 10 | 436 | 115 | 100 |
| Binary | 11001010 | 1011100 | 11101010 | 1110 | 111101 | 0 | 1000 | 100011110 | 1001101 | 1000000 |
Color Harmonies of #CA5CEA
Complementary color
Monochromatic Colors of #CA5CEA
Black with #CA5CEA
Text Example
Text Example
White with #CA5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CEA; }
p { color: rgb(202,92,234); }
H1.HeaderClassName
{
color: #CA5CEA;
}
.AnyTagClassName
{
color: #CA5CEA;
}
</style>
background-color css
<style>
a { background-color: #CA5CEA; }
a { background-color: rgb(202,92,234); }
div.DivClassName
{
background-color: #CA5CEA;
}
.BgClassName
{
background-color: #CA5CEA;
}
</style>
border-color css
<style>
span { border-color: #CA5CEA; }
span { border-color: rgb(202,92,234); }
td.TdClassName
{
border-color: #CA5CEA;
}
.TagClassName
{
border-color: #CA5CEA;
}
</style>