Shades of Heliotrope #CA64FD
Tints of Heliotrope #CA64FD
RGB
CMYK
RGB Variations
Color information
#CA64FD (or 0xCA64FD) is known color: Heliotrope. HEX triplet: CA, 64 and FD. RGB value is (202,100,253). Sum of RGB (Red+Green+Blue) = 202+100+253=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA64FD is #359B02. Grayscale: #939393. Windows color (decimal): -3513091 or 16606410. OLE color: 16606410.
HSL color Cylindrical-coordinate representation of color #CA64FD: hue angle of 280º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA64FD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 100 | 253 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.69% | - |
| HSV(B) | 280º | 0.6% | 0.99% | - |
| XYZ | 46.64 | 28.76 | 96.02 | - |
| YUV | 147.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 253 | 0.20 | 0.60 | 0 | 0.01 | 280 | 0.97 | 0.69 |
| Hex | CA | 64 | FD | 14 | 3C | 0 | 1 | 118 | 61 | 45 |
| Octal | 312 | 144 | 375 | 24 | 74 | 0 | 1 | 430 | 141 | 105 |
| Binary | 11001010 | 1100100 | 11111101 | 10100 | 111100 | 0 | 1 | 100011000 | 1100001 | 1000101 |
Color Harmonies of #CA64FD
Complementary color
Monochromatic Colors of #CA64FD
Black with #CA64FD
Text Example
Text Example
White with #CA64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA64FD; }
p { color: rgb(202,100,253); }
H1.HeaderClassName
{
color: #CA64FD;
}
.AnyTagClassName
{
color: #CA64FD;
}
</style>
background-color css
<style>
a { background-color: #CA64FD; }
a { background-color: rgb(202,100,253); }
div.DivClassName
{
background-color: #CA64FD;
}
.BgClassName
{
background-color: #CA64FD;
}
</style>
border-color css
<style>
span { border-color: #CA64FD; }
span { border-color: rgb(202,100,253); }
td.TdClassName
{
border-color: #CA64FD;
}
.TagClassName
{
border-color: #CA64FD;
}
</style>