Shades of Heliotrope #CA80FA
Tints of Heliotrope #CA80FA
RGB
CMYK
RGB Variations
Color information
#CA80FA (or 0xCA80FA) is known color: Heliotrope. HEX triplet: CA, 80 and FA. RGB value is (202,128,250). Sum of RGB (Red+Green+Blue) = 202+128+250=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FA is #357F05. Grayscale: #A3A3A3. Windows color (decimal): -3505926 or 16416970. OLE color: 16416970.
HSL color Cylindrical-coordinate representation of color #CA80FA: hue angle of 276.39º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA80FA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 128 | 250 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.02 |
| HSL | 276.39º | 0.92% | 0.74% | - |
| HSV(B) | 276.39º | 0.49% | 0.98% | - |
| XYZ | 49.33 | 34.9 | 94.58 | - |
| YUV | 164.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 250 | 0.19 | 0.49 | 0 | 0.02 | 276.39 | 0.92 | 0.74 |
| Hex | CA | 80 | FA | 13 | 31 | 0 | 2 | 114 | 5C | 4A |
| Octal | 312 | 200 | 372 | 23 | 61 | 0 | 2 | 424 | 134 | 112 |
| Binary | 11001010 | 10000000 | 11111010 | 10011 | 110001 | 0 | 10 | 100010100 | 1011100 | 1001010 |
Color Harmonies of #CA80FA
Complementary color
Monochromatic Colors of #CA80FA
Black with #CA80FA
Text Example
Text Example
White with #CA80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80FA; }
p { color: rgb(202,128,250); }
H1.HeaderClassName
{
color: #CA80FA;
}
.AnyTagClassName
{
color: #CA80FA;
}
</style>
background-color css
<style>
a { background-color: #CA80FA; }
a { background-color: rgb(202,128,250); }
div.DivClassName
{
background-color: #CA80FA;
}
.BgClassName
{
background-color: #CA80FA;
}
</style>
border-color css
<style>
span { border-color: #CA80FA; }
span { border-color: rgb(202,128,250); }
td.TdClassName
{
border-color: #CA80FA;
}
.TagClassName
{
border-color: #CA80FA;
}
</style>