Shades of Heliotrope #CA71FA
Tints of Heliotrope #CA71FA
RGB
CMYK
RGB Variations
Color information
#CA71FA (or 0xCA71FA) is known color: Heliotrope. HEX triplet: CA, 71 and FA. RGB value is (202,113,250). Sum of RGB (Red+Green+Blue) = 202+113+250=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71FA is #358E05. Grayscale: #9A9A9A. Windows color (decimal): -3509766 or 16413130. OLE color: 16413130.
HSL color Cylindrical-coordinate representation of color #CA71FA: hue angle of 278.98º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA71FA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 113 | 250 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.02 |
| HSL | 278.98º | 0.93% | 0.71% | - |
| HSV(B) | 278.98º | 0.55% | 0.98% | - |
| XYZ | 47.52 | 31.27 | 93.97 | - |
| YUV | 155.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 250 | 0.19 | 0.55 | 0 | 0.02 | 278.98 | 0.93 | 0.71 |
| Hex | CA | 71 | FA | 13 | 37 | 0 | 2 | 117 | 5D | 47 |
| Octal | 312 | 161 | 372 | 23 | 67 | 0 | 2 | 427 | 135 | 107 |
| Binary | 11001010 | 1110001 | 11111010 | 10011 | 110111 | 0 | 10 | 100010111 | 1011101 | 1000111 |
Color Harmonies of #CA71FA
Complementary color
Monochromatic Colors of #CA71FA
Black with #CA71FA
Text Example
Text Example
White with #CA71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71FA; }
p { color: rgb(202,113,250); }
H1.HeaderClassName
{
color: #CA71FA;
}
.AnyTagClassName
{
color: #CA71FA;
}
</style>
background-color css
<style>
a { background-color: #CA71FA; }
a { background-color: rgb(202,113,250); }
div.DivClassName
{
background-color: #CA71FA;
}
.BgClassName
{
background-color: #CA71FA;
}
</style>
border-color css
<style>
span { border-color: #CA71FA; }
span { border-color: rgb(202,113,250); }
td.TdClassName
{
border-color: #CA71FA;
}
.TagClassName
{
border-color: #CA71FA;
}
</style>