Shades of Heliotrope #CA7AFC
Tints of Heliotrope #CA7AFC
RGB
CMYK
RGB Variations
Color information
#CA7AFC (or 0xCA7AFC) is known color: Heliotrope. HEX triplet: CA, 7A and FC. RGB value is (202,122,252). Sum of RGB (Red+Green+Blue) = 202+122+252=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA7AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AFC is #358503. Grayscale: #A0A0A0. Windows color (decimal): -3507460 or 16546506. OLE color: 16546506.
HSL color Cylindrical-coordinate representation of color #CA7AFC: hue angle of 276.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7AFC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 122 | 252 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.01 |
| HSL | 276.92º | 0.96% | 0.73% | - |
| HSV(B) | 276.92º | 0.52% | 0.99% | - |
| XYZ | 48.89 | 33.5 | 95.99 | - |
| YUV | 160.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 252 | 0.20 | 0.52 | 0 | 0.01 | 276.92 | 0.96 | 0.73 |
| Hex | CA | 7A | FC | 14 | 34 | 0 | 1 | 115 | 60 | 49 |
| Octal | 312 | 172 | 374 | 24 | 64 | 0 | 1 | 425 | 140 | 111 |
| Binary | 11001010 | 1111010 | 11111100 | 10100 | 110100 | 0 | 1 | 100010101 | 1100000 | 1001001 |
Color Harmonies of #CA7AFC
Complementary color
Monochromatic Colors of #CA7AFC
Black with #CA7AFC
Text Example
Text Example
White with #CA7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AFC; }
p { color: rgb(202,122,252); }
H1.HeaderClassName
{
color: #CA7AFC;
}
.AnyTagClassName
{
color: #CA7AFC;
}
</style>
background-color css
<style>
a { background-color: #CA7AFC; }
a { background-color: rgb(202,122,252); }
div.DivClassName
{
background-color: #CA7AFC;
}
.BgClassName
{
background-color: #CA7AFC;
}
</style>
border-color css
<style>
span { border-color: #CA7AFC; }
span { border-color: rgb(202,122,252); }
td.TdClassName
{
border-color: #CA7AFC;
}
.TagClassName
{
border-color: #CA7AFC;
}
</style>