Shades of Heliotrope #CA6CF1
Tints of Heliotrope #CA6CF1
RGB
CMYK
RGB Variations
Color information
#CA6CF1 (or 0xCA6CF1) is known color: Heliotrope. HEX triplet: CA, 6C and F1. RGB value is (202,108,241). Sum of RGB (Red+Green+Blue) = 202+108+241=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CF1 is #35930E. Grayscale: #969696. Windows color (decimal): -3511055 or 15822026. OLE color: 15822026.
HSL color Cylindrical-coordinate representation of color #CA6CF1: hue angle of 282.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6CF1 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 108 | 241 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.05 |
| HSL | 282.41º | 0.83% | 0.68% | - |
| HSV(B) | 282.41º | 0.55% | 0.95% | - |
| XYZ | 45.6 | 29.63 | 86.54 | - |
| YUV | 151.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 241 | 0.16 | 0.55 | 0 | 0.05 | 282.41 | 0.83 | 0.68 |
| Hex | CA | 6C | F1 | 10 | 37 | 0 | 5 | 11A | 53 | 44 |
| Octal | 312 | 154 | 361 | 20 | 67 | 0 | 5 | 432 | 123 | 104 |
| Binary | 11001010 | 1101100 | 11110001 | 10000 | 110111 | 0 | 101 | 100011010 | 1010011 | 1000100 |
Color Harmonies of #CA6CF1
Complementary color
Monochromatic Colors of #CA6CF1
Black with #CA6CF1
Text Example
Text Example
White with #CA6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CF1; }
p { color: rgb(202,108,241); }
H1.HeaderClassName
{
color: #CA6CF1;
}
.AnyTagClassName
{
color: #CA6CF1;
}
</style>
background-color css
<style>
a { background-color: #CA6CF1; }
a { background-color: rgb(202,108,241); }
div.DivClassName
{
background-color: #CA6CF1;
}
.BgClassName
{
background-color: #CA6CF1;
}
</style>
border-color css
<style>
span { border-color: #CA6CF1; }
span { border-color: rgb(202,108,241); }
td.TdClassName
{
border-color: #CA6CF1;
}
.TagClassName
{
border-color: #CA6CF1;
}
</style>