Shades of Medium Orchid #CA40E7
Tints of Medium Orchid #CA40E7
RGB
CMYK
RGB Variations
Color information
#CA40E7 (or 0xCA40E7) is known color: Medium Orchid. HEX triplet: CA, 40 and E7. RGB value is (202,64,231). Sum of RGB (Red+Green+Blue) = 202+64+231=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA40E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40E7 is #35BF18. Grayscale: #7B7B7B. Windows color (decimal): -3522329 or 15155402. OLE color: 15155402.
HSL color Cylindrical-coordinate representation of color #CA40E7: hue angle of 289.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA40E7 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 64 | 231 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.09 |
| HSL | 289.58º | 0.78% | 0.58% | - |
| HSV(B) | 289.58º | 0.72% | 0.91% | - |
| XYZ | 40.61 | 21.99 | 77.71 | - |
| YUV | 124.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 231 | 0.13 | 0.72 | 0 | 0.09 | 289.58 | 0.78 | 0.58 |
| Hex | CA | 40 | E7 | D | 48 | 0 | 9 | 122 | 4E | 3A |
| Octal | 312 | 100 | 347 | 15 | 110 | 0 | 11 | 442 | 116 | 72 |
| Binary | 11001010 | 1000000 | 11100111 | 1101 | 1001000 | 0 | 1001 | 100100010 | 1001110 | 111010 |
Color Harmonies of #CA40E7
Complementary color
Monochromatic Colors of #CA40E7
Black with #CA40E7
Text Example
Text Example
White with #CA40E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40E7; }
p { color: rgb(202,64,231); }
H1.HeaderClassName
{
color: #CA40E7;
}
.AnyTagClassName
{
color: #CA40E7;
}
</style>
background-color css
<style>
a { background-color: #CA40E7; }
a { background-color: rgb(202,64,231); }
div.DivClassName
{
background-color: #CA40E7;
}
.BgClassName
{
background-color: #CA40E7;
}
</style>
border-color css
<style>
span { border-color: #CA40E7; }
span { border-color: rgb(202,64,231); }
td.TdClassName
{
border-color: #CA40E7;
}
.TagClassName
{
border-color: #CA40E7;
}
</style>