Shades of Medium Orchid #CA5BEA
Tints of Medium Orchid #CA5BEA
RGB
CMYK
RGB Variations
Color information
#CA5BEA (or 0xCA5BEA) is known color: Medium Orchid. HEX triplet: CA, 5B and EA. RGB value is (202,91,234). Sum of RGB (Red+Green+Blue) = 202+91+234=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BEA is #35A415. Grayscale: #8C8C8C. Windows color (decimal): -3515414 or 15358922. OLE color: 15358922.
HSL color Cylindrical-coordinate representation of color #CA5BEA: hue angle of 286.57º 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 #CA5BEA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 91 | 234 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.08 |
| HSL | 286.57º | 0.77% | 0.64% | - |
| HSV(B) | 286.57º | 0.61% | 0.92% | - |
| XYZ | 42.95 | 25.98 | 80.59 | - |
| YUV | 140.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 234 | 0.14 | 0.61 | 0 | 0.08 | 286.57 | 0.77 | 0.64 |
| Hex | CA | 5B | EA | E | 3D | 0 | 8 | 11F | 4D | 40 |
| Octal | 312 | 133 | 352 | 16 | 75 | 0 | 10 | 437 | 115 | 100 |
| Binary | 11001010 | 1011011 | 11101010 | 1110 | 111101 | 0 | 1000 | 100011111 | 1001101 | 1000000 |
Color Harmonies of #CA5BEA
Complementary color
Monochromatic Colors of #CA5BEA
Black with #CA5BEA
Text Example
Text Example
White with #CA5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BEA; }
p { color: rgb(202,91,234); }
H1.HeaderClassName
{
color: #CA5BEA;
}
.AnyTagClassName
{
color: #CA5BEA;
}
</style>
background-color css
<style>
a { background-color: #CA5BEA; }
a { background-color: rgb(202,91,234); }
div.DivClassName
{
background-color: #CA5BEA;
}
.BgClassName
{
background-color: #CA5BEA;
}
</style>
border-color css
<style>
span { border-color: #CA5BEA; }
span { border-color: rgb(202,91,234); }
td.TdClassName
{
border-color: #CA5BEA;
}
.TagClassName
{
border-color: #CA5BEA;
}
</style>