Shades of Heliotrope #CA63FF
Tints of Heliotrope #CA63FF
RGB
CMYK
RGB Variations
Color information
#CA63FF (or 0xCA63FF) is known color: Heliotrope. HEX triplet: CA, 63 and FF. RGB value is (202,99,255). Sum of RGB (Red+Green+Blue) = 202+99+255=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63FF is #359C00. Grayscale: #939393. Windows color (decimal): -3513345 or 16737226. OLE color: 16737226.
HSL color Cylindrical-coordinate representation of color #CA63FF: hue angle of 279.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA63FF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 99 | 255 | - |
| CMYK | 0.21 | 0.61 | 0 | 0 |
| HSL | 279.62º | 1% | 0.69% | - |
| HSV(B) | 279.62º | 0.61% | 1% | - |
| XYZ | 46.87 | 28.7 | 97.68 | - |
| YUV | 147.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 255 | 0.21 | 0.61 | 0 | 0 | 279.62 | 1 | 0.69 |
| Hex | CA | 63 | FF | 15 | 3D | 0 | 0 | 118 | 64 | 45 |
| Octal | 312 | 143 | 377 | 25 | 75 | 0 | 0 | 430 | 144 | 105 |
| Binary | 11001010 | 1100011 | 11111111 | 10101 | 111101 | 0 | 0 | 100011000 | 1100100 | 1000101 |
Color Harmonies of #CA63FF
Complementary color
Monochromatic Colors of #CA63FF
Black with #CA63FF
Text Example
Text Example
White with #CA63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63FF; }
p { color: rgb(202,99,255); }
H1.HeaderClassName
{
color: #CA63FF;
}
.AnyTagClassName
{
color: #CA63FF;
}
</style>
background-color css
<style>
a { background-color: #CA63FF; }
a { background-color: rgb(202,99,255); }
div.DivClassName
{
background-color: #CA63FF;
}
.BgClassName
{
background-color: #CA63FF;
}
</style>
border-color css
<style>
span { border-color: #CA63FF; }
span { border-color: rgb(202,99,255); }
td.TdClassName
{
border-color: #CA63FF;
}
.TagClassName
{
border-color: #CA63FF;
}
</style>