Shades of Heliotrope #CA68F7
Tints of Heliotrope #CA68F7
RGB
CMYK
RGB Variations
Color information
#CA68F7 (or 0xCA68F7) is known color: Heliotrope. HEX triplet: CA, 68 and F7. RGB value is (202,104,247). Sum of RGB (Red+Green+Blue) = 202+104+247=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA68F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68F7 is #359708. Grayscale: #959595. Windows color (decimal): -3512073 or 16214218. OLE color: 16214218.
HSL color Cylindrical-coordinate representation of color #CA68F7: hue angle of 281.12º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA68F7 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 104 | 247 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.03 |
| HSL | 281.12º | 0.9% | 0.69% | - |
| HSV(B) | 281.12º | 0.58% | 0.97% | - |
| XYZ | 46.1 | 29.17 | 91.2 | - |
| YUV | 149.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 247 | 0.18 | 0.58 | 0 | 0.03 | 281.12 | 0.9 | 0.69 |
| Hex | CA | 68 | F7 | 12 | 3A | 0 | 3 | 119 | 5A | 45 |
| Octal | 312 | 150 | 367 | 22 | 72 | 0 | 3 | 431 | 132 | 105 |
| Binary | 11001010 | 1101000 | 11110111 | 10010 | 111010 | 0 | 11 | 100011001 | 1011010 | 1000101 |
Color Harmonies of #CA68F7
Complementary color
Monochromatic Colors of #CA68F7
Black with #CA68F7
Text Example
Text Example
White with #CA68F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68F7; }
p { color: rgb(202,104,247); }
H1.HeaderClassName
{
color: #CA68F7;
}
.AnyTagClassName
{
color: #CA68F7;
}
</style>
background-color css
<style>
a { background-color: #CA68F7; }
a { background-color: rgb(202,104,247); }
div.DivClassName
{
background-color: #CA68F7;
}
.BgClassName
{
background-color: #CA68F7;
}
</style>
border-color css
<style>
span { border-color: #CA68F7; }
span { border-color: rgb(202,104,247); }
td.TdClassName
{
border-color: #CA68F7;
}
.TagClassName
{
border-color: #CA68F7;
}
</style>