Shades of Heliotrope #CA63FC
Tints of Heliotrope #CA63FC
RGB
CMYK
RGB Variations
Color information
#CA63FC (or 0xCA63FC) is known color: Heliotrope. HEX triplet: CA, 63 and FC. RGB value is (202,99,252). Sum of RGB (Red+Green+Blue) = 202+99+252=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63FC is #359C03. Grayscale: #929292. Windows color (decimal): -3513348 or 16540618. OLE color: 16540618.
HSL color Cylindrical-coordinate representation of color #CA63FC: hue angle of 280.39º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA63FC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 99 | 252 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.01 |
| HSL | 280.39º | 0.96% | 0.69% | - |
| HSV(B) | 280.39º | 0.61% | 0.99% | - |
| XYZ | 46.39 | 28.51 | 95.15 | - |
| YUV | 147.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 252 | 0.20 | 0.61 | 0 | 0.01 | 280.39 | 0.96 | 0.69 |
| Hex | CA | 63 | FC | 14 | 3D | 0 | 1 | 118 | 60 | 45 |
| Octal | 312 | 143 | 374 | 24 | 75 | 0 | 1 | 430 | 140 | 105 |
| Binary | 11001010 | 1100011 | 11111100 | 10100 | 111101 | 0 | 1 | 100011000 | 1100000 | 1000101 |
Color Harmonies of #CA63FC
Complementary color
Monochromatic Colors of #CA63FC
Black with #CA63FC
Text Example
Text Example
White with #CA63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63FC; }
p { color: rgb(202,99,252); }
H1.HeaderClassName
{
color: #CA63FC;
}
.AnyTagClassName
{
color: #CA63FC;
}
</style>
background-color css
<style>
a { background-color: #CA63FC; }
a { background-color: rgb(202,99,252); }
div.DivClassName
{
background-color: #CA63FC;
}
.BgClassName
{
background-color: #CA63FC;
}
</style>
border-color css
<style>
span { border-color: #CA63FC; }
span { border-color: rgb(202,99,252); }
td.TdClassName
{
border-color: #CA63FC;
}
.TagClassName
{
border-color: #CA63FC;
}
</style>