Shades of Heliotrope #CA74F1
Tints of Heliotrope #CA74F1
RGB
CMYK
RGB Variations
Color information
#CA74F1 (or 0xCA74F1) is known color: Heliotrope. HEX triplet: CA, 74 and F1. RGB value is (202,116,241). Sum of RGB (Red+Green+Blue) = 202+116+241=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74F1 is #358B0E. Grayscale: #9B9B9B. Windows color (decimal): -3509007 or 15824074. OLE color: 15824074.
HSL color Cylindrical-coordinate representation of color #CA74F1: hue angle of 281.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA74F1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 116 | 241 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.05 |
| HSL | 281.28º | 0.82% | 0.7% | - |
| HSV(B) | 281.28º | 0.52% | 0.95% | - |
| XYZ | 46.48 | 31.4 | 86.83 | - |
| YUV | 155.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 241 | 0.16 | 0.52 | 0 | 0.05 | 281.28 | 0.82 | 0.7 |
| Hex | CA | 74 | F1 | 10 | 34 | 0 | 5 | 119 | 52 | 46 |
| Octal | 312 | 164 | 361 | 20 | 64 | 0 | 5 | 431 | 122 | 106 |
| Binary | 11001010 | 1110100 | 11110001 | 10000 | 110100 | 0 | 101 | 100011001 | 1010010 | 1000110 |
Color Harmonies of #CA74F1
Complementary color
Monochromatic Colors of #CA74F1
Black with #CA74F1
Text Example
Text Example
White with #CA74F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74F1; }
p { color: rgb(202,116,241); }
H1.HeaderClassName
{
color: #CA74F1;
}
.AnyTagClassName
{
color: #CA74F1;
}
</style>
background-color css
<style>
a { background-color: #CA74F1; }
a { background-color: rgb(202,116,241); }
div.DivClassName
{
background-color: #CA74F1;
}
.BgClassName
{
background-color: #CA74F1;
}
</style>
border-color css
<style>
span { border-color: #CA74F1; }
span { border-color: rgb(202,116,241); }
td.TdClassName
{
border-color: #CA74F1;
}
.TagClassName
{
border-color: #CA74F1;
}
</style>