Shades of Heliotrope #CA74EC
Tints of Heliotrope #CA74EC
RGB
CMYK
RGB Variations
Color information
#CA74EC (or 0xCA74EC) is known color: Heliotrope. HEX triplet: CA, 74 and EC. RGB value is (202,116,236). Sum of RGB (Red+Green+Blue) = 202+116+236=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74EC is #358B13. Grayscale: #9B9B9B. Windows color (decimal): -3509012 or 15496394. OLE color: 15496394.
HSL color Cylindrical-coordinate representation of color #CA74EC: hue angle of 283º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA74EC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 116 | 236 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.07 |
| HSL | 283º | 0.76% | 0.69% | - |
| HSV(B) | 283º | 0.51% | 0.93% | - |
| XYZ | 45.74 | 31.1 | 82.95 | - |
| YUV | 155.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 236 | 0.14 | 0.51 | 0 | 0.07 | 283 | 0.76 | 0.69 |
| Hex | CA | 74 | EC | E | 33 | 0 | 7 | 11B | 4C | 45 |
| Octal | 312 | 164 | 354 | 16 | 63 | 0 | 7 | 433 | 114 | 105 |
| Binary | 11001010 | 1110100 | 11101100 | 1110 | 110011 | 0 | 111 | 100011011 | 1001100 | 1000101 |
Color Harmonies of #CA74EC
Complementary color
Monochromatic Colors of #CA74EC
Black with #CA74EC
Text Example
Text Example
White with #CA74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74EC; }
p { color: rgb(202,116,236); }
H1.HeaderClassName
{
color: #CA74EC;
}
.AnyTagClassName
{
color: #CA74EC;
}
</style>
background-color css
<style>
a { background-color: #CA74EC; }
a { background-color: rgb(202,116,236); }
div.DivClassName
{
background-color: #CA74EC;
}
.BgClassName
{
background-color: #CA74EC;
}
</style>
border-color css
<style>
span { border-color: #CA74EC; }
span { border-color: rgb(202,116,236); }
td.TdClassName
{
border-color: #CA74EC;
}
.TagClassName
{
border-color: #CA74EC;
}
</style>