Shades of Heliotrope #CA82F1
Tints of Heliotrope #CA82F1
RGB
CMYK
RGB Variations
Color information
#CA82F1 (or 0xCA82F1) is known color: Heliotrope. HEX triplet: CA, 82 and F1. RGB value is (202,130,241). Sum of RGB (Red+Green+Blue) = 202+130+241=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82F1 is #357D0E. Grayscale: #A3A3A3. Windows color (decimal): -3505423 or 15827658. OLE color: 15827658.
HSL color Cylindrical-coordinate representation of color #CA82F1: hue angle of 278.92º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA82F1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 130 | 241 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.05 |
| HSL | 278.92º | 0.8% | 0.73% | - |
| HSV(B) | 278.92º | 0.46% | 0.95% | - |
| XYZ | 48.22 | 34.87 | 87.41 | - |
| YUV | 164.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 241 | 0.16 | 0.46 | 0 | 0.05 | 278.92 | 0.8 | 0.73 |
| Hex | CA | 82 | F1 | 10 | 2E | 0 | 5 | 117 | 50 | 49 |
| Octal | 312 | 202 | 361 | 20 | 56 | 0 | 5 | 427 | 120 | 111 |
| Binary | 11001010 | 10000010 | 11110001 | 10000 | 101110 | 0 | 101 | 100010111 | 1010000 | 1001001 |
Color Harmonies of #CA82F1
Complementary color
Monochromatic Colors of #CA82F1
Black with #CA82F1
Text Example
Text Example
White with #CA82F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82F1; }
p { color: rgb(202,130,241); }
H1.HeaderClassName
{
color: #CA82F1;
}
.AnyTagClassName
{
color: #CA82F1;
}
</style>
background-color css
<style>
a { background-color: #CA82F1; }
a { background-color: rgb(202,130,241); }
div.DivClassName
{
background-color: #CA82F1;
}
.BgClassName
{
background-color: #CA82F1;
}
</style>
border-color css
<style>
span { border-color: #CA82F1; }
span { border-color: rgb(202,130,241); }
td.TdClassName
{
border-color: #CA82F1;
}
.TagClassName
{
border-color: #CA82F1;
}
</style>