Shades of Heliotrope #CA66EC
Tints of Heliotrope #CA66EC
RGB
CMYK
RGB Variations
Color information
#CA66EC (or 0xCA66EC) is known color: Heliotrope. HEX triplet: CA, 66 and EC. RGB value is (202,102,236). Sum of RGB (Red+Green+Blue) = 202+102+236=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA66EC is #359913. Grayscale: #929292. Windows color (decimal): -3512596 or 15492810. OLE color: 15492810.
HSL color Cylindrical-coordinate representation of color #CA66EC: hue angle of 284.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA66EC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 102 | 236 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.07 |
| HSL | 284.78º | 0.78% | 0.66% | - |
| HSV(B) | 284.78º | 0.57% | 0.93% | - |
| XYZ | 44.25 | 28.12 | 82.45 | - |
| YUV | 147.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 236 | 0.14 | 0.57 | 0 | 0.07 | 284.78 | 0.78 | 0.66 |
| Hex | CA | 66 | EC | E | 39 | 0 | 7 | 11D | 4E | 42 |
| Octal | 312 | 146 | 354 | 16 | 71 | 0 | 7 | 435 | 116 | 102 |
| Binary | 11001010 | 1100110 | 11101100 | 1110 | 111001 | 0 | 111 | 100011101 | 1001110 | 1000010 |
Color Harmonies of #CA66EC
Complementary color
Monochromatic Colors of #CA66EC
Black with #CA66EC
Text Example
Text Example
White with #CA66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66EC; }
p { color: rgb(202,102,236); }
H1.HeaderClassName
{
color: #CA66EC;
}
.AnyTagClassName
{
color: #CA66EC;
}
</style>
background-color css
<style>
a { background-color: #CA66EC; }
a { background-color: rgb(202,102,236); }
div.DivClassName
{
background-color: #CA66EC;
}
.BgClassName
{
background-color: #CA66EC;
}
</style>
border-color css
<style>
span { border-color: #CA66EC; }
span { border-color: rgb(202,102,236); }
td.TdClassName
{
border-color: #CA66EC;
}
.TagClassName
{
border-color: #CA66EC;
}
</style>