Shades of Heliotrope #CA6CFF
Tints of Heliotrope #CA6CFF
RGB
CMYK
RGB Variations
Color information
#CA6CFF (or 0xCA6CFF) is known color: Heliotrope. HEX triplet: CA, 6C and FF. RGB value is (202,108,255). Sum of RGB (Red+Green+Blue) = 202+108+255=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CFF is #359300. Grayscale: #989898. Windows color (decimal): -3511041 or 16739530. OLE color: 16739530.
HSL color Cylindrical-coordinate representation of color #CA6CFF: hue angle of 278.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA6CFF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 108 | 255 | - |
| CMYK | 0.21 | 0.58 | 0 | 0 |
| HSL | 278.37º | 1% | 0.71% | - |
| HSV(B) | 278.37º | 0.58% | 1% | - |
| XYZ | 47.77 | 30.5 | 97.98 | - |
| YUV | 152.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 255 | 0.21 | 0.58 | 0 | 0 | 278.37 | 1 | 0.71 |
| Hex | CA | 6C | FF | 15 | 3A | 0 | 0 | 116 | 64 | 47 |
| Octal | 312 | 154 | 377 | 25 | 72 | 0 | 0 | 426 | 144 | 107 |
| Binary | 11001010 | 1101100 | 11111111 | 10101 | 111010 | 0 | 0 | 100010110 | 1100100 | 1000111 |
Color Harmonies of #CA6CFF
Complementary color
Monochromatic Colors of #CA6CFF
Black with #CA6CFF
Text Example
Text Example
White with #CA6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CFF; }
p { color: rgb(202,108,255); }
H1.HeaderClassName
{
color: #CA6CFF;
}
.AnyTagClassName
{
color: #CA6CFF;
}
</style>
background-color css
<style>
a { background-color: #CA6CFF; }
a { background-color: rgb(202,108,255); }
div.DivClassName
{
background-color: #CA6CFF;
}
.BgClassName
{
background-color: #CA6CFF;
}
</style>
border-color css
<style>
span { border-color: #CA6CFF; }
span { border-color: rgb(202,108,255); }
td.TdClassName
{
border-color: #CA6CFF;
}
.TagClassName
{
border-color: #CA6CFF;
}
</style>