Shades of Heliotrope #CA6FF6
Tints of Heliotrope #CA6FF6
RGB
CMYK
RGB Variations
Color information
#CA6FF6 (or 0xCA6FF6) is known color: Heliotrope. HEX triplet: CA, 6F and F6. RGB value is (202,111,246). Sum of RGB (Red+Green+Blue) = 202+111+246=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FF6 is #359009. Grayscale: #999999. Windows color (decimal): -3510282 or 16150474. OLE color: 16150474.
HSL color Cylindrical-coordinate representation of color #CA6FF6: hue angle of 280.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6FF6 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 111 | 246 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.04 |
| HSL | 280.44º | 0.88% | 0.7% | - |
| HSV(B) | 280.44º | 0.55% | 0.96% | - |
| XYZ | 46.68 | 30.58 | 90.63 | - |
| YUV | 153.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 246 | 0.18 | 0.55 | 0 | 0.04 | 280.44 | 0.88 | 0.7 |
| Hex | CA | 6F | F6 | 12 | 37 | 0 | 4 | 118 | 58 | 46 |
| Octal | 312 | 157 | 366 | 22 | 67 | 0 | 4 | 430 | 130 | 106 |
| Binary | 11001010 | 1101111 | 11110110 | 10010 | 110111 | 0 | 100 | 100011000 | 1011000 | 1000110 |
Color Harmonies of #CA6FF6
Complementary color
Monochromatic Colors of #CA6FF6
Black with #CA6FF6
Text Example
Text Example
White with #CA6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FF6; }
p { color: rgb(202,111,246); }
H1.HeaderClassName
{
color: #CA6FF6;
}
.AnyTagClassName
{
color: #CA6FF6;
}
</style>
background-color css
<style>
a { background-color: #CA6FF6; }
a { background-color: rgb(202,111,246); }
div.DivClassName
{
background-color: #CA6FF6;
}
.BgClassName
{
background-color: #CA6FF6;
}
</style>
border-color css
<style>
span { border-color: #CA6FF6; }
span { border-color: rgb(202,111,246); }
td.TdClassName
{
border-color: #CA6FF6;
}
.TagClassName
{
border-color: #CA6FF6;
}
</style>