Shades of Medium Orchid #CA5EE7
Tints of Medium Orchid #CA5EE7
RGB
CMYK
RGB Variations
Color information
#CA5EE7 (or 0xCA5EE7) is known color: Medium Orchid. HEX triplet: CA, 5E and E7. RGB value is (202,94,231). Sum of RGB (Red+Green+Blue) = 202+94+231=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA5EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EE7 is #35A118. Grayscale: #8D8D8D. Windows color (decimal): -3514649 or 15163082. OLE color: 15163082.
HSL color Cylindrical-coordinate representation of color #CA5EE7: hue angle of 287.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5EE7 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 94 | 231 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.09 |
| HSL | 287.3º | 0.74% | 0.64% | - |
| HSV(B) | 287.3º | 0.59% | 0.91% | - |
| XYZ | 42.78 | 26.33 | 78.43 | - |
| YUV | 141.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 231 | 0.13 | 0.59 | 0 | 0.09 | 287.3 | 0.74 | 0.64 |
| Hex | CA | 5E | E7 | D | 3B | 0 | 9 | 11F | 4A | 40 |
| Octal | 312 | 136 | 347 | 15 | 73 | 0 | 11 | 437 | 112 | 100 |
| Binary | 11001010 | 1011110 | 11100111 | 1101 | 111011 | 0 | 1001 | 100011111 | 1001010 | 1000000 |
Color Harmonies of #CA5EE7
Complementary color
Monochromatic Colors of #CA5EE7
Black with #CA5EE7
Text Example
Text Example
White with #CA5EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EE7; }
p { color: rgb(202,94,231); }
H1.HeaderClassName
{
color: #CA5EE7;
}
.AnyTagClassName
{
color: #CA5EE7;
}
</style>
background-color css
<style>
a { background-color: #CA5EE7; }
a { background-color: rgb(202,94,231); }
div.DivClassName
{
background-color: #CA5EE7;
}
.BgClassName
{
background-color: #CA5EE7;
}
</style>
border-color css
<style>
span { border-color: #CA5EE7; }
span { border-color: rgb(202,94,231); }
td.TdClassName
{
border-color: #CA5EE7;
}
.TagClassName
{
border-color: #CA5EE7;
}
</style>