Shades of Heliotrope #CA6FF2
Tints of Heliotrope #CA6FF2
RGB
CMYK
RGB Variations
Color information
#CA6FF2 (or 0xCA6FF2) is known color: Heliotrope. HEX triplet: CA, 6F and F2. RGB value is (202,111,242). Sum of RGB (Red+Green+Blue) = 202+111+242=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FF2 is #35900D. Grayscale: #989898. Windows color (decimal): -3510286 or 15888330. OLE color: 15888330.
HSL color Cylindrical-coordinate representation of color #CA6FF2: hue angle of 281.68º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6FF2 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 111 | 242 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.05 |
| HSL | 281.68º | 0.83% | 0.69% | - |
| HSV(B) | 281.68º | 0.54% | 0.95% | - |
| XYZ | 46.07 | 30.34 | 87.43 | - |
| YUV | 153.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 242 | 0.17 | 0.54 | 0 | 0.05 | 281.68 | 0.83 | 0.69 |
| Hex | CA | 6F | F2 | 11 | 36 | 0 | 5 | 11A | 53 | 45 |
| Octal | 312 | 157 | 362 | 21 | 66 | 0 | 5 | 432 | 123 | 105 |
| Binary | 11001010 | 1101111 | 11110010 | 10001 | 110110 | 0 | 101 | 100011010 | 1010011 | 1000101 |
Color Harmonies of #CA6FF2
Complementary color
Monochromatic Colors of #CA6FF2
Black with #CA6FF2
Text Example
Text Example
White with #CA6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FF2; }
p { color: rgb(202,111,242); }
H1.HeaderClassName
{
color: #CA6FF2;
}
.AnyTagClassName
{
color: #CA6FF2;
}
</style>
background-color css
<style>
a { background-color: #CA6FF2; }
a { background-color: rgb(202,111,242); }
div.DivClassName
{
background-color: #CA6FF2;
}
.BgClassName
{
background-color: #CA6FF2;
}
</style>
border-color css
<style>
span { border-color: #CA6FF2; }
span { border-color: rgb(202,111,242); }
td.TdClassName
{
border-color: #CA6FF2;
}
.TagClassName
{
border-color: #CA6FF2;
}
</style>