Shades of Heliotrope #CA80FE
Tints of Heliotrope #CA80FE
RGB
CMYK
RGB Variations
Color information
#CA80FE (or 0xCA80FE) is known color: Heliotrope. HEX triplet: CA, 80 and FE. RGB value is (202,128,254). Sum of RGB (Red+Green+Blue) = 202+128+254=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FE is #357F01. Grayscale: #A4A4A4. Windows color (decimal): -3505922 or 16679114. OLE color: 16679114.
HSL color Cylindrical-coordinate representation of color #CA80FE: hue angle of 275.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA80FE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 128 | 254 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.00 |
| HSL | 275.24º | 0.98% | 0.75% | - |
| HSV(B) | 275.24º | 0.5% | 1% | - |
| XYZ | 49.97 | 35.15 | 97.92 | - |
| YUV | 164.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 254 | 0.20 | 0.50 | 0 | 0.00 | 275.24 | 0.98 | 0.75 |
| Hex | CA | 80 | FE | 14 | 32 | 0 | 0 | 113 | 62 | 4B |
| Octal | 312 | 200 | 376 | 24 | 62 | 0 | 0 | 423 | 142 | 113 |
| Binary | 11001010 | 10000000 | 11111110 | 10100 | 110010 | 0 | 0 | 100010011 | 1100010 | 1001011 |
Color Harmonies of #CA80FE
Complementary color
Monochromatic Colors of #CA80FE
Black with #CA80FE
Text Example
Text Example
White with #CA80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80FE; }
p { color: rgb(202,128,254); }
H1.HeaderClassName
{
color: #CA80FE;
}
.AnyTagClassName
{
color: #CA80FE;
}
</style>
background-color css
<style>
a { background-color: #CA80FE; }
a { background-color: rgb(202,128,254); }
div.DivClassName
{
background-color: #CA80FE;
}
.BgClassName
{
background-color: #CA80FE;
}
</style>
border-color css
<style>
span { border-color: #CA80FE; }
span { border-color: rgb(202,128,254); }
td.TdClassName
{
border-color: #CA80FE;
}
.TagClassName
{
border-color: #CA80FE;
}
</style>