Shades of Heliotrope #CA80FC
Tints of Heliotrope #CA80FC
RGB
CMYK
RGB Variations
Color information
#CA80FC (or 0xCA80FC) is known color: Heliotrope. HEX triplet: CA, 80 and FC. RGB value is (202,128,252). Sum of RGB (Red+Green+Blue) = 202+128+252=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA80FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FC is #357F03. Grayscale: #A3A3A3. Windows color (decimal): -3505924 or 16548042. OLE color: 16548042.
HSL color Cylindrical-coordinate representation of color #CA80FC: hue angle of 275.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA80FC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 128 | 252 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.01 |
| HSL | 275.81º | 0.95% | 0.75% | - |
| HSV(B) | 275.81º | 0.49% | 0.99% | - |
| XYZ | 49.65 | 35.02 | 96.24 | - |
| YUV | 164.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 252 | 0.20 | 0.49 | 0 | 0.01 | 275.81 | 0.95 | 0.75 |
| Hex | CA | 80 | FC | 14 | 31 | 0 | 1 | 114 | 5F | 4B |
| Octal | 312 | 200 | 374 | 24 | 61 | 0 | 1 | 424 | 137 | 113 |
| Binary | 11001010 | 10000000 | 11111100 | 10100 | 110001 | 0 | 1 | 100010100 | 1011111 | 1001011 |
Color Harmonies of #CA80FC
Complementary color
Monochromatic Colors of #CA80FC
Black with #CA80FC
Text Example
Text Example
White with #CA80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80FC; }
p { color: rgb(202,128,252); }
H1.HeaderClassName
{
color: #CA80FC;
}
.AnyTagClassName
{
color: #CA80FC;
}
</style>
background-color css
<style>
a { background-color: #CA80FC; }
a { background-color: rgb(202,128,252); }
div.DivClassName
{
background-color: #CA80FC;
}
.BgClassName
{
background-color: #CA80FC;
}
</style>
border-color css
<style>
span { border-color: #CA80FC; }
span { border-color: rgb(202,128,252); }
td.TdClassName
{
border-color: #CA80FC;
}
.TagClassName
{
border-color: #CA80FC;
}
</style>