Shades of Heliotrope #CA6AF1
Tints of Heliotrope #CA6AF1
RGB
CMYK
RGB Variations
Color information
#CA6AF1 (or 0xCA6AF1) is known color: Heliotrope. HEX triplet: CA, 6A and F1. RGB value is (202,106,241). Sum of RGB (Red+Green+Blue) = 202+106+241=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AF1 is #35950E. Grayscale: #959595. Windows color (decimal): -3511567 or 15821514. OLE color: 15821514.
HSL color Cylindrical-coordinate representation of color #CA6AF1: hue angle of 282.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6AF1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 106 | 241 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.05 |
| HSL | 282.67º | 0.83% | 0.68% | - |
| HSV(B) | 282.67º | 0.56% | 0.95% | - |
| XYZ | 45.39 | 29.22 | 86.47 | - |
| YUV | 150.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 241 | 0.16 | 0.56 | 0 | 0.05 | 282.67 | 0.83 | 0.68 |
| Hex | CA | 6A | F1 | 10 | 38 | 0 | 5 | 11B | 53 | 44 |
| Octal | 312 | 152 | 361 | 20 | 70 | 0 | 5 | 433 | 123 | 104 |
| Binary | 11001010 | 1101010 | 11110001 | 10000 | 111000 | 0 | 101 | 100011011 | 1010011 | 1000100 |
Color Harmonies of #CA6AF1
Complementary color
Monochromatic Colors of #CA6AF1
Black with #CA6AF1
Text Example
Text Example
White with #CA6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AF1; }
p { color: rgb(202,106,241); }
H1.HeaderClassName
{
color: #CA6AF1;
}
.AnyTagClassName
{
color: #CA6AF1;
}
</style>
background-color css
<style>
a { background-color: #CA6AF1; }
a { background-color: rgb(202,106,241); }
div.DivClassName
{
background-color: #CA6AF1;
}
.BgClassName
{
background-color: #CA6AF1;
}
</style>
border-color css
<style>
span { border-color: #CA6AF1; }
span { border-color: rgb(202,106,241); }
td.TdClassName
{
border-color: #CA6AF1;
}
.TagClassName
{
border-color: #CA6AF1;
}
</style>