Shades of Heliotrope #CA80F7
Tints of Heliotrope #CA80F7
RGB
CMYK
RGB Variations
Color information
#CA80F7 (or 0xCA80F7) is known color: Heliotrope. HEX triplet: CA, 80 and F7. RGB value is (202,128,247). Sum of RGB (Red+Green+Blue) = 202+128+247=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80F7 is #357F08. Grayscale: #A3A3A3. Windows color (decimal): -3505929 or 16220362. OLE color: 16220362.
HSL color Cylindrical-coordinate representation of color #CA80F7: hue angle of 277.31º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA80F7 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 128 | 247 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.03 |
| HSL | 277.31º | 0.88% | 0.74% | - |
| HSV(B) | 277.31º | 0.48% | 0.97% | - |
| XYZ | 48.86 | 34.71 | 92.12 | - |
| YUV | 163.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 247 | 0.18 | 0.48 | 0 | 0.03 | 277.31 | 0.88 | 0.74 |
| Hex | CA | 80 | F7 | 12 | 30 | 0 | 3 | 115 | 58 | 4A |
| Octal | 312 | 200 | 367 | 22 | 60 | 0 | 3 | 425 | 130 | 112 |
| Binary | 11001010 | 10000000 | 11110111 | 10010 | 110000 | 0 | 11 | 100010101 | 1011000 | 1001010 |
Color Harmonies of #CA80F7
Complementary color
Monochromatic Colors of #CA80F7
Black with #CA80F7
Text Example
Text Example
White with #CA80F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80F7; }
p { color: rgb(202,128,247); }
H1.HeaderClassName
{
color: #CA80F7;
}
.AnyTagClassName
{
color: #CA80F7;
}
</style>
background-color css
<style>
a { background-color: #CA80F7; }
a { background-color: rgb(202,128,247); }
div.DivClassName
{
background-color: #CA80F7;
}
.BgClassName
{
background-color: #CA80F7;
}
</style>
border-color css
<style>
span { border-color: #CA80F7; }
span { border-color: rgb(202,128,247); }
td.TdClassName
{
border-color: #CA80F7;
}
.TagClassName
{
border-color: #CA80F7;
}
</style>