Shades of Heliotrope #CA68F4
Tints of Heliotrope #CA68F4
RGB
CMYK
RGB Variations
Color information
#CA68F4 (or 0xCA68F4) is known color: Heliotrope. HEX triplet: CA, 68 and F4. RGB value is (202,104,244). Sum of RGB (Red+Green+Blue) = 202+104+244=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68F4 is #35970B. Grayscale: #949494. Windows color (decimal): -3512076 or 16017610. OLE color: 16017610.
HSL color Cylindrical-coordinate representation of color #CA68F4: hue angle of 282º 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 #CA68F4 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 104 | 244 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.04 |
| HSL | 282º | 0.86% | 0.68% | - |
| HSV(B) | 282º | 0.57% | 0.96% | - |
| XYZ | 45.64 | 28.99 | 88.78 | - |
| YUV | 149.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 244 | 0.17 | 0.57 | 0 | 0.04 | 282 | 0.86 | 0.68 |
| Hex | CA | 68 | F4 | 11 | 39 | 0 | 4 | 11A | 56 | 44 |
| Octal | 312 | 150 | 364 | 21 | 71 | 0 | 4 | 432 | 126 | 104 |
| Binary | 11001010 | 1101000 | 11110100 | 10001 | 111001 | 0 | 100 | 100011010 | 1010110 | 1000100 |
Color Harmonies of #CA68F4
Complementary color
Monochromatic Colors of #CA68F4
Black with #CA68F4
Text Example
Text Example
White with #CA68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68F4; }
p { color: rgb(202,104,244); }
H1.HeaderClassName
{
color: #CA68F4;
}
.AnyTagClassName
{
color: #CA68F4;
}
</style>
background-color css
<style>
a { background-color: #CA68F4; }
a { background-color: rgb(202,104,244); }
div.DivClassName
{
background-color: #CA68F4;
}
.BgClassName
{
background-color: #CA68F4;
}
</style>
border-color css
<style>
span { border-color: #CA68F4; }
span { border-color: rgb(202,104,244); }
td.TdClassName
{
border-color: #CA68F4;
}
.TagClassName
{
border-color: #CA68F4;
}
</style>