Shades of Heliotrope #CA6CF7
Tints of Heliotrope #CA6CF7
RGB
CMYK
RGB Variations
Color information
#CA6CF7 (or 0xCA6CF7) is known color: Heliotrope. HEX triplet: CA, 6C and F7. RGB value is (202,108,247). Sum of RGB (Red+Green+Blue) = 202+108+247=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA6CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CF7 is #359308. Grayscale: #979797. Windows color (decimal): -3511049 or 16215242. OLE color: 16215242.
HSL color Cylindrical-coordinate representation of color #CA6CF7: hue angle of 280.58º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6CF7 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 108 | 247 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.03 |
| HSL | 280.58º | 0.9% | 0.7% | - |
| HSV(B) | 280.58º | 0.56% | 0.97% | - |
| XYZ | 46.51 | 30 | 91.33 | - |
| YUV | 151.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 247 | 0.18 | 0.56 | 0 | 0.03 | 280.58 | 0.9 | 0.7 |
| Hex | CA | 6C | F7 | 12 | 38 | 0 | 3 | 119 | 5A | 46 |
| Octal | 312 | 154 | 367 | 22 | 70 | 0 | 3 | 431 | 132 | 106 |
| Binary | 11001010 | 1101100 | 11110111 | 10010 | 111000 | 0 | 11 | 100011001 | 1011010 | 1000110 |
Color Harmonies of #CA6CF7
Complementary color
Monochromatic Colors of #CA6CF7
Black with #CA6CF7
Text Example
Text Example
White with #CA6CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CF7; }
p { color: rgb(202,108,247); }
H1.HeaderClassName
{
color: #CA6CF7;
}
.AnyTagClassName
{
color: #CA6CF7;
}
</style>
background-color css
<style>
a { background-color: #CA6CF7; }
a { background-color: rgb(202,108,247); }
div.DivClassName
{
background-color: #CA6CF7;
}
.BgClassName
{
background-color: #CA6CF7;
}
</style>
border-color css
<style>
span { border-color: #CA6CF7; }
span { border-color: rgb(202,108,247); }
td.TdClassName
{
border-color: #CA6CF7;
}
.TagClassName
{
border-color: #CA6CF7;
}
</style>