Shades of Heliotrope #CA80F5
Tints of Heliotrope #CA80F5
RGB
CMYK
RGB Variations
Color information
#CA80F5 (or 0xCA80F5) is known color: Heliotrope. HEX triplet: CA, 80 and F5. RGB value is (202,128,245). Sum of RGB (Red+Green+Blue) = 202+128+245=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA80F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80F5 is #357F0A. Grayscale: #A3A3A3. Windows color (decimal): -3505931 or 16089290. OLE color: 16089290.
HSL color Cylindrical-coordinate representation of color #CA80F5: hue angle of 277.95º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA80F5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 128 | 245 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.04 |
| HSL | 277.95º | 0.85% | 0.73% | - |
| HSV(B) | 277.95º | 0.48% | 0.96% | - |
| XYZ | 48.56 | 34.59 | 90.5 | - |
| YUV | 163.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 245 | 0.18 | 0.48 | 0 | 0.04 | 277.95 | 0.85 | 0.73 |
| Hex | CA | 80 | F5 | 12 | 30 | 0 | 4 | 116 | 55 | 49 |
| Octal | 312 | 200 | 365 | 22 | 60 | 0 | 4 | 426 | 125 | 111 |
| Binary | 11001010 | 10000000 | 11110101 | 10010 | 110000 | 0 | 100 | 100010110 | 1010101 | 1001001 |
Color Harmonies of #CA80F5
Complementary color
Monochromatic Colors of #CA80F5
Black with #CA80F5
Text Example
Text Example
White with #CA80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80F5; }
p { color: rgb(202,128,245); }
H1.HeaderClassName
{
color: #CA80F5;
}
.AnyTagClassName
{
color: #CA80F5;
}
</style>
background-color css
<style>
a { background-color: #CA80F5; }
a { background-color: rgb(202,128,245); }
div.DivClassName
{
background-color: #CA80F5;
}
.BgClassName
{
background-color: #CA80F5;
}
</style>
border-color css
<style>
span { border-color: #CA80F5; }
span { border-color: rgb(202,128,245); }
td.TdClassName
{
border-color: #CA80F5;
}
.TagClassName
{
border-color: #CA80F5;
}
</style>