Shades of Medium Orchid #CA64E1
Tints of Medium Orchid #CA64E1
RGB
CMYK
RGB Variations
Color information
#CA64E1 (or 0xCA64E1) is known color: Medium Orchid. HEX triplet: CA, 64 and E1. RGB value is (202,100,225). Sum of RGB (Red+Green+Blue) = 202+100+225=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA64E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64E1 is #359B1E. Grayscale: #909090. Windows color (decimal): -3513119 or 14771402. OLE color: 14771402.
HSL color Cylindrical-coordinate representation of color #CA64E1: hue angle of 288.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA64E1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 100 | 225 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.12 |
| HSL | 288.96º | 0.68% | 0.64% | - |
| HSV(B) | 288.96º | 0.56% | 0.88% | - |
| XYZ | 42.5 | 27.11 | 74.23 | - |
| YUV | 144.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 225 | 0.10 | 0.56 | 0 | 0.12 | 288.96 | 0.68 | 0.64 |
| Hex | CA | 64 | E1 | A | 38 | 0 | C | 121 | 44 | 40 |
| Octal | 312 | 144 | 341 | 12 | 70 | 0 | 14 | 441 | 104 | 100 |
| Binary | 11001010 | 1100100 | 11100001 | 1010 | 111000 | 0 | 1100 | 100100001 | 1000100 | 1000000 |
Color Harmonies of #CA64E1
Complementary color
Monochromatic Colors of #CA64E1
Black with #CA64E1
Text Example
Text Example
White with #CA64E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA64E1; }
p { color: rgb(202,100,225); }
H1.HeaderClassName
{
color: #CA64E1;
}
.AnyTagClassName
{
color: #CA64E1;
}
</style>
background-color css
<style>
a { background-color: #CA64E1; }
a { background-color: rgb(202,100,225); }
div.DivClassName
{
background-color: #CA64E1;
}
.BgClassName
{
background-color: #CA64E1;
}
</style>
border-color css
<style>
span { border-color: #CA64E1; }
span { border-color: rgb(202,100,225); }
td.TdClassName
{
border-color: #CA64E1;
}
.TagClassName
{
border-color: #CA64E1;
}
</style>