Shades of Heliotrope #CA70FC
Tints of Heliotrope #CA70FC
RGB
CMYK
RGB Variations
Color information
#CA70FC (or 0xCA70FC) is known color: Heliotrope. HEX triplet: CA, 70 and FC. RGB value is (202,112,252). Sum of RGB (Red+Green+Blue) = 202+112+252=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA70FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70FC is #358F03. Grayscale: #9A9A9A. Windows color (decimal): -3510020 or 16543946. OLE color: 16543946.
HSL color Cylindrical-coordinate representation of color #CA70FC: hue angle of 278.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA70FC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 112 | 252 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.01 |
| HSL | 278.57º | 0.96% | 0.71% | - |
| HSV(B) | 278.57º | 0.56% | 0.99% | - |
| XYZ | 47.72 | 31.17 | 95.6 | - |
| YUV | 154.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 252 | 0.20 | 0.56 | 0 | 0.01 | 278.57 | 0.96 | 0.71 |
| Hex | CA | 70 | FC | 14 | 38 | 0 | 1 | 117 | 60 | 47 |
| Octal | 312 | 160 | 374 | 24 | 70 | 0 | 1 | 427 | 140 | 107 |
| Binary | 11001010 | 1110000 | 11111100 | 10100 | 111000 | 0 | 1 | 100010111 | 1100000 | 1000111 |
Color Harmonies of #CA70FC
Complementary color
Monochromatic Colors of #CA70FC
Black with #CA70FC
Text Example
Text Example
White with #CA70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70FC; }
p { color: rgb(202,112,252); }
H1.HeaderClassName
{
color: #CA70FC;
}
.AnyTagClassName
{
color: #CA70FC;
}
</style>
background-color css
<style>
a { background-color: #CA70FC; }
a { background-color: rgb(202,112,252); }
div.DivClassName
{
background-color: #CA70FC;
}
.BgClassName
{
background-color: #CA70FC;
}
</style>
border-color css
<style>
span { border-color: #CA70FC; }
span { border-color: rgb(202,112,252); }
td.TdClassName
{
border-color: #CA70FC;
}
.TagClassName
{
border-color: #CA70FC;
}
</style>