Shades of Heliotrope #CA74F2
Tints of Heliotrope #CA74F2
RGB
CMYK
RGB Variations
Color information
#CA74F2 (or 0xCA74F2) is known color: Heliotrope. HEX triplet: CA, 74 and F2. RGB value is (202,116,242). Sum of RGB (Red+Green+Blue) = 202+116+242=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA74F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74F2 is #358B0D. Grayscale: #9B9B9B. Windows color (decimal): -3509006 or 15889610. OLE color: 15889610.
HSL color Cylindrical-coordinate representation of color #CA74F2: hue angle of 280.95º degrees, saturation: 0.83, 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 #CA74F2 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 116 | 242 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.05 |
| HSL | 280.95º | 0.83% | 0.7% | - |
| HSV(B) | 280.95º | 0.52% | 0.95% | - |
| XYZ | 46.63 | 31.46 | 87.62 | - |
| YUV | 156.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 242 | 0.17 | 0.52 | 0 | 0.05 | 280.95 | 0.83 | 0.7 |
| Hex | CA | 74 | F2 | 11 | 34 | 0 | 5 | 119 | 53 | 46 |
| Octal | 312 | 164 | 362 | 21 | 64 | 0 | 5 | 431 | 123 | 106 |
| Binary | 11001010 | 1110100 | 11110010 | 10001 | 110100 | 0 | 101 | 100011001 | 1010011 | 1000110 |
Color Harmonies of #CA74F2
Complementary color
Monochromatic Colors of #CA74F2
Black with #CA74F2
Text Example
Text Example
White with #CA74F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74F2; }
p { color: rgb(202,116,242); }
H1.HeaderClassName
{
color: #CA74F2;
}
.AnyTagClassName
{
color: #CA74F2;
}
</style>
background-color css
<style>
a { background-color: #CA74F2; }
a { background-color: rgb(202,116,242); }
div.DivClassName
{
background-color: #CA74F2;
}
.BgClassName
{
background-color: #CA74F2;
}
</style>
border-color css
<style>
span { border-color: #CA74F2; }
span { border-color: rgb(202,116,242); }
td.TdClassName
{
border-color: #CA74F2;
}
.TagClassName
{
border-color: #CA74F2;
}
</style>