Shades of Heliotrope #CA63F2
Tints of Heliotrope #CA63F2
RGB
CMYK
RGB Variations
Color information
#CA63F2 (or 0xCA63F2) is known color: Heliotrope. HEX triplet: CA, 63 and F2. RGB value is (202,99,242). Sum of RGB (Red+Green+Blue) = 202+99+242=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA63F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63F2 is #359C0D. Grayscale: #919191. Windows color (decimal): -3513358 or 15885258. OLE color: 15885258.
HSL color Cylindrical-coordinate representation of color #CA63F2: hue angle of 283.22º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA63F2 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 99 | 242 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.05 |
| HSL | 283.22º | 0.85% | 0.67% | - |
| HSV(B) | 283.22º | 0.59% | 0.95% | - |
| XYZ | 44.85 | 27.89 | 87.02 | - |
| YUV | 146.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 242 | 0.17 | 0.59 | 0 | 0.05 | 283.22 | 0.85 | 0.67 |
| Hex | CA | 63 | F2 | 11 | 3B | 0 | 5 | 11B | 55 | 43 |
| Octal | 312 | 143 | 362 | 21 | 73 | 0 | 5 | 433 | 125 | 103 |
| Binary | 11001010 | 1100011 | 11110010 | 10001 | 111011 | 0 | 101 | 100011011 | 1010101 | 1000011 |
Color Harmonies of #CA63F2
Complementary color
Monochromatic Colors of #CA63F2
Black with #CA63F2
Text Example
Text Example
White with #CA63F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63F2; }
p { color: rgb(202,99,242); }
H1.HeaderClassName
{
color: #CA63F2;
}
.AnyTagClassName
{
color: #CA63F2;
}
</style>
background-color css
<style>
a { background-color: #CA63F2; }
a { background-color: rgb(202,99,242); }
div.DivClassName
{
background-color: #CA63F2;
}
.BgClassName
{
background-color: #CA63F2;
}
</style>
border-color css
<style>
span { border-color: #CA63F2; }
span { border-color: rgb(202,99,242); }
td.TdClassName
{
border-color: #CA63F2;
}
.TagClassName
{
border-color: #CA63F2;
}
</style>