Shades of Heliotrope #CA66FA
Tints of Heliotrope #CA66FA
RGB
CMYK
RGB Variations
Color information
#CA66FA (or 0xCA66FA) is known color: Heliotrope. HEX triplet: CA, 66 and FA. RGB value is (202,102,250). Sum of RGB (Red+Green+Blue) = 202+102+250=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA66FA is #359905. Grayscale: #949494. Windows color (decimal): -3512582 or 16410314. OLE color: 16410314.
HSL color Cylindrical-coordinate representation of color #CA66FA: hue angle of 280.54º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA66FA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 102 | 250 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.02 |
| HSL | 280.54º | 0.94% | 0.69% | - |
| HSV(B) | 280.54º | 0.59% | 0.98% | - |
| XYZ | 46.36 | 28.96 | 93.59 | - |
| YUV | 148.77 | 185.13 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 250 | 0.19 | 0.59 | 0 | 0.02 | 280.54 | 0.94 | 0.69 |
| Hex | CA | 66 | FA | 13 | 3B | 0 | 2 | 119 | 5E | 45 |
| Octal | 312 | 146 | 372 | 23 | 73 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001010 | 1100110 | 11111010 | 10011 | 111011 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CA66FA
Complementary color
Monochromatic Colors of #CA66FA
Black with #CA66FA
Text Example
Text Example
White with #CA66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66FA; }
p { color: rgb(202,102,250); }
H1.HeaderClassName
{
color: #CA66FA;
}
.AnyTagClassName
{
color: #CA66FA;
}
</style>
background-color css
<style>
a { background-color: #CA66FA; }
a { background-color: rgb(202,102,250); }
div.DivClassName
{
background-color: #CA66FA;
}
.BgClassName
{
background-color: #CA66FA;
}
</style>
border-color css
<style>
span { border-color: #CA66FA; }
span { border-color: rgb(202,102,250); }
td.TdClassName
{
border-color: #CA66FA;
}
.TagClassName
{
border-color: #CA66FA;
}
</style>