Shades of Heliotrope #CA71FF
Tints of Heliotrope #CA71FF
RGB
CMYK
RGB Variations
Color information
#CA71FF (or 0xCA71FF) is known color: Heliotrope. HEX triplet: CA, 71 and FF. RGB value is (202,113,255). Sum of RGB (Red+Green+Blue) = 202+113+255=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71FF is #358E00. Grayscale: #9B9B9B. Windows color (decimal): -3509761 or 16740810. OLE color: 16740810.
HSL color Cylindrical-coordinate representation of color #CA71FF: hue angle of 277.61º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA71FF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 113 | 255 | - |
| CMYK | 0.21 | 0.56 | 0 | 0 |
| HSL | 277.61º | 1% | 0.72% | - |
| HSV(B) | 277.61º | 0.56% | 1% | - |
| XYZ | 48.31 | 31.59 | 98.16 | - |
| YUV | 155.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 255 | 0.21 | 0.56 | 0 | 0 | 277.61 | 1 | 0.72 |
| Hex | CA | 71 | FF | 15 | 38 | 0 | 0 | 116 | 64 | 48 |
| Octal | 312 | 161 | 377 | 25 | 70 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001010 | 1110001 | 11111111 | 10101 | 111000 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CA71FF
Complementary color
Monochromatic Colors of #CA71FF
Black with #CA71FF
Text Example
Text Example
White with #CA71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71FF; }
p { color: rgb(202,113,255); }
H1.HeaderClassName
{
color: #CA71FF;
}
.AnyTagClassName
{
color: #CA71FF;
}
</style>
background-color css
<style>
a { background-color: #CA71FF; }
a { background-color: rgb(202,113,255); }
div.DivClassName
{
background-color: #CA71FF;
}
.BgClassName
{
background-color: #CA71FF;
}
</style>
border-color css
<style>
span { border-color: #CA71FF; }
span { border-color: rgb(202,113,255); }
td.TdClassName
{
border-color: #CA71FF;
}
.TagClassName
{
border-color: #CA71FF;
}
</style>