Shades of Heliotrope #CA7CF7
Tints of Heliotrope #CA7CF7
RGB
CMYK
RGB Variations
Color information
#CA7CF7 (or 0xCA7CF7) is known color: Heliotrope. HEX triplet: CA, 7C and F7. RGB value is (202,124,247). Sum of RGB (Red+Green+Blue) = 202+124+247=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA7CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CF7 is #358308. Grayscale: #A0A0A0. Windows color (decimal): -3506953 or 16219338. OLE color: 16219338.
HSL color Cylindrical-coordinate representation of color #CA7CF7: hue angle of 278.05º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7CF7 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 124 | 247 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.03 |
| HSL | 278.05º | 0.88% | 0.73% | - |
| HSV(B) | 278.05º | 0.5% | 0.97% | - |
| XYZ | 48.35 | 33.69 | 91.95 | - |
| YUV | 161.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 247 | 0.18 | 0.50 | 0 | 0.03 | 278.05 | 0.88 | 0.73 |
| Hex | CA | 7C | F7 | 12 | 32 | 0 | 3 | 116 | 58 | 49 |
| Octal | 312 | 174 | 367 | 22 | 62 | 0 | 3 | 426 | 130 | 111 |
| Binary | 11001010 | 1111100 | 11110111 | 10010 | 110010 | 0 | 11 | 100010110 | 1011000 | 1001001 |
Color Harmonies of #CA7CF7
Complementary color
Monochromatic Colors of #CA7CF7
Black with #CA7CF7
Text Example
Text Example
White with #CA7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CF7; }
p { color: rgb(202,124,247); }
H1.HeaderClassName
{
color: #CA7CF7;
}
.AnyTagClassName
{
color: #CA7CF7;
}
</style>
background-color css
<style>
a { background-color: #CA7CF7; }
a { background-color: rgb(202,124,247); }
div.DivClassName
{
background-color: #CA7CF7;
}
.BgClassName
{
background-color: #CA7CF7;
}
</style>
border-color css
<style>
span { border-color: #CA7CF7; }
span { border-color: rgb(202,124,247); }
td.TdClassName
{
border-color: #CA7CF7;
}
.TagClassName
{
border-color: #CA7CF7;
}
</style>