Shades of Heliotrope #CA69F4
Tints of Heliotrope #CA69F4
RGB
CMYK
RGB Variations
Color information
#CA69F4 (or 0xCA69F4) is known color: Heliotrope. HEX triplet: CA, 69 and F4. RGB value is (202,105,244). Sum of RGB (Red+Green+Blue) = 202+105+244=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA69F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA69F4 is #35960B. Grayscale: #959595. Windows color (decimal): -3511820 or 16017866. OLE color: 16017866.
HSL color Cylindrical-coordinate representation of color #CA69F4: hue angle of 281.87º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA69F4 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 105 | 244 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.04 |
| HSL | 281.87º | 0.86% | 0.68% | - |
| HSV(B) | 281.87º | 0.57% | 0.96% | - |
| XYZ | 45.74 | 29.19 | 88.81 | - |
| YUV | 149.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 244 | 0.17 | 0.57 | 0 | 0.04 | 281.87 | 0.86 | 0.68 |
| Hex | CA | 69 | F4 | 11 | 39 | 0 | 4 | 11A | 56 | 44 |
| Octal | 312 | 151 | 364 | 21 | 71 | 0 | 4 | 432 | 126 | 104 |
| Binary | 11001010 | 1101001 | 11110100 | 10001 | 111001 | 0 | 100 | 100011010 | 1010110 | 1000100 |
Color Harmonies of #CA69F4
Complementary color
Monochromatic Colors of #CA69F4
Black with #CA69F4
Text Example
Text Example
White with #CA69F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69F4; }
p { color: rgb(202,105,244); }
H1.HeaderClassName
{
color: #CA69F4;
}
.AnyTagClassName
{
color: #CA69F4;
}
</style>
background-color css
<style>
a { background-color: #CA69F4; }
a { background-color: rgb(202,105,244); }
div.DivClassName
{
background-color: #CA69F4;
}
.BgClassName
{
background-color: #CA69F4;
}
</style>
border-color css
<style>
span { border-color: #CA69F4; }
span { border-color: rgb(202,105,244); }
td.TdClassName
{
border-color: #CA69F4;
}
.TagClassName
{
border-color: #CA69F4;
}
</style>