Shades of Heliotrope #CA63F0
Tints of Heliotrope #CA63F0
RGB
CMYK
RGB Variations
Color information
#CA63F0 (or 0xCA63F0) is known color: Heliotrope. HEX triplet: CA, 63 and F0. RGB value is (202,99,240). Sum of RGB (Red+Green+Blue) = 202+99+240=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA63F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63F0 is #359C0F. Grayscale: #919191. Windows color (decimal): -3513360 or 15754186. OLE color: 15754186.
HSL color Cylindrical-coordinate representation of color #CA63F0: hue angle of 283.83º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA63F0 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 99 | 240 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.06 |
| HSL | 283.83º | 0.82% | 0.66% | - |
| HSV(B) | 283.83º | 0.59% | 0.94% | - |
| XYZ | 44.55 | 27.77 | 85.45 | - |
| YUV | 145.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 240 | 0.16 | 0.59 | 0 | 0.06 | 283.83 | 0.82 | 0.66 |
| Hex | CA | 63 | F0 | 10 | 3B | 0 | 6 | 11C | 52 | 42 |
| Octal | 312 | 143 | 360 | 20 | 73 | 0 | 6 | 434 | 122 | 102 |
| Binary | 11001010 | 1100011 | 11110000 | 10000 | 111011 | 0 | 110 | 100011100 | 1010010 | 1000010 |
Color Harmonies of #CA63F0
Complementary color
Monochromatic Colors of #CA63F0
Black with #CA63F0
Text Example
Text Example
White with #CA63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63F0; }
p { color: rgb(202,99,240); }
H1.HeaderClassName
{
color: #CA63F0;
}
.AnyTagClassName
{
color: #CA63F0;
}
</style>
background-color css
<style>
a { background-color: #CA63F0; }
a { background-color: rgb(202,99,240); }
div.DivClassName
{
background-color: #CA63F0;
}
.BgClassName
{
background-color: #CA63F0;
}
</style>
border-color css
<style>
span { border-color: #CA63F0; }
span { border-color: rgb(202,99,240); }
td.TdClassName
{
border-color: #CA63F0;
}
.TagClassName
{
border-color: #CA63F0;
}
</style>