Shades of Heliotrope #CA7CFE
Tints of Heliotrope #CA7CFE
RGB
CMYK
RGB Variations
Color information
#CA7CFE (or 0xCA7CFE) is known color: Heliotrope. HEX triplet: CA, 7C and FE. RGB value is (202,124,254). Sum of RGB (Red+Green+Blue) = 202+124+254=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CFE is #358301. Grayscale: #A1A1A1. Windows color (decimal): -3506946 or 16678090. OLE color: 16678090.
HSL color Cylindrical-coordinate representation of color #CA7CFE: hue angle of 276º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7CFE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 124 | 254 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.00 |
| HSL | 276º | 0.98% | 0.74% | - |
| HSV(B) | 276º | 0.51% | 1% | - |
| XYZ | 49.45 | 34.13 | 97.75 | - |
| YUV | 162.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 254 | 0.20 | 0.51 | 0 | 0.00 | 276 | 0.98 | 0.74 |
| Hex | CA | 7C | FE | 14 | 33 | 0 | 0 | 114 | 62 | 4A |
| Octal | 312 | 174 | 376 | 24 | 63 | 0 | 0 | 424 | 142 | 112 |
| Binary | 11001010 | 1111100 | 11111110 | 10100 | 110011 | 0 | 0 | 100010100 | 1100010 | 1001010 |
Color Harmonies of #CA7CFE
Complementary color
Monochromatic Colors of #CA7CFE
Black with #CA7CFE
Text Example
Text Example
White with #CA7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CFE; }
p { color: rgb(202,124,254); }
H1.HeaderClassName
{
color: #CA7CFE;
}
.AnyTagClassName
{
color: #CA7CFE;
}
</style>
background-color css
<style>
a { background-color: #CA7CFE; }
a { background-color: rgb(202,124,254); }
div.DivClassName
{
background-color: #CA7CFE;
}
.BgClassName
{
background-color: #CA7CFE;
}
</style>
border-color css
<style>
span { border-color: #CA7CFE; }
span { border-color: rgb(202,124,254); }
td.TdClassName
{
border-color: #CA7CFE;
}
.TagClassName
{
border-color: #CA7CFE;
}
</style>