Shades of Medium Orchid #CA5BEF
Tints of Medium Orchid #CA5BEF
RGB
CMYK
RGB Variations
Color information
#CA5BEF (or 0xCA5BEF) is known color: Medium Orchid. HEX triplet: CA, 5B and EF. RGB value is (202,91,239). Sum of RGB (Red+Green+Blue) = 202+91+239=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BEF is #35A410. Grayscale: #8C8C8C. Windows color (decimal): -3515409 or 15686602. OLE color: 15686602.
HSL color Cylindrical-coordinate representation of color #CA5BEF: hue angle of 285º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5BEF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 91 | 239 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.06 |
| HSL | 285º | 0.82% | 0.65% | - |
| HSV(B) | 285º | 0.62% | 0.94% | - |
| XYZ | 43.68 | 26.27 | 84.43 | - |
| YUV | 141.06 | 183.27 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 239 | 0.15 | 0.62 | 0 | 0.06 | 285 | 0.82 | 0.65 |
| Hex | CA | 5B | EF | F | 3E | 0 | 6 | 11D | 52 | 41 |
| Octal | 312 | 133 | 357 | 17 | 76 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001010 | 1011011 | 11101111 | 1111 | 111110 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #CA5BEF
Complementary color
Monochromatic Colors of #CA5BEF
Black with #CA5BEF
Text Example
Text Example
White with #CA5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BEF; }
p { color: rgb(202,91,239); }
H1.HeaderClassName
{
color: #CA5BEF;
}
.AnyTagClassName
{
color: #CA5BEF;
}
</style>
background-color css
<style>
a { background-color: #CA5BEF; }
a { background-color: rgb(202,91,239); }
div.DivClassName
{
background-color: #CA5BEF;
}
.BgClassName
{
background-color: #CA5BEF;
}
</style>
border-color css
<style>
span { border-color: #CA5BEF; }
span { border-color: rgb(202,91,239); }
td.TdClassName
{
border-color: #CA5BEF;
}
.TagClassName
{
border-color: #CA5BEF;
}
</style>