Shades of Heliotrope #CA7FF1
Tints of Heliotrope #CA7FF1
RGB
CMYK
RGB Variations
Color information
#CA7FF1 (or 0xCA7FF1) is known color: Heliotrope. HEX triplet: CA, 7F and F1. RGB value is (202,127,241). Sum of RGB (Red+Green+Blue) = 202+127+241=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA7FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FF1 is #35800E. Grayscale: #A2A2A2. Windows color (decimal): -3506191 or 15826890. OLE color: 15826890.
HSL color Cylindrical-coordinate representation of color #CA7FF1: hue angle of 279.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7FF1 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 127 | 241 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.05 |
| HSL | 279.47º | 0.8% | 0.72% | - |
| HSV(B) | 279.47º | 0.47% | 0.95% | - |
| XYZ | 47.82 | 34.09 | 87.28 | - |
| YUV | 162.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 241 | 0.16 | 0.47 | 0 | 0.05 | 279.47 | 0.8 | 0.72 |
| Hex | CA | 7F | F1 | 10 | 2F | 0 | 5 | 117 | 50 | 48 |
| Octal | 312 | 177 | 361 | 20 | 57 | 0 | 5 | 427 | 120 | 110 |
| Binary | 11001010 | 1111111 | 11110001 | 10000 | 101111 | 0 | 101 | 100010111 | 1010000 | 1001000 |
Color Harmonies of #CA7FF1
Complementary color
Monochromatic Colors of #CA7FF1
Black with #CA7FF1
Text Example
Text Example
White with #CA7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FF1; }
p { color: rgb(202,127,241); }
H1.HeaderClassName
{
color: #CA7FF1;
}
.AnyTagClassName
{
color: #CA7FF1;
}
</style>
background-color css
<style>
a { background-color: #CA7FF1; }
a { background-color: rgb(202,127,241); }
div.DivClassName
{
background-color: #CA7FF1;
}
.BgClassName
{
background-color: #CA7FF1;
}
</style>
border-color css
<style>
span { border-color: #CA7FF1; }
span { border-color: rgb(202,127,241); }
td.TdClassName
{
border-color: #CA7FF1;
}
.TagClassName
{
border-color: #CA7FF1;
}
</style>