Shades of Heliotrope #CA79EA
Tints of Heliotrope #CA79EA
RGB
CMYK
RGB Variations
Color information
#CA79EA (or 0xCA79EA) is known color: Heliotrope. HEX triplet: CA, 79 and EA. RGB value is (202,121,234). Sum of RGB (Red+Green+Blue) = 202+121+234=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA79EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA79EA is #358615. Grayscale: #9D9D9D. Windows color (decimal): -3507734 or 15366602. OLE color: 15366602.
HSL color Cylindrical-coordinate representation of color #CA79EA: hue angle of 283.01º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA79EA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 121 | 234 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.08 |
| HSL | 283.01º | 0.73% | 0.7% | - |
| HSV(B) | 283.01º | 0.48% | 0.92% | - |
| XYZ | 46.05 | 32.17 | 81.62 | - |
| YUV | 158.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 234 | 0.14 | 0.48 | 0 | 0.08 | 283.01 | 0.73 | 0.7 |
| Hex | CA | 79 | EA | E | 30 | 0 | 8 | 11B | 49 | 46 |
| Octal | 312 | 171 | 352 | 16 | 60 | 0 | 10 | 433 | 111 | 106 |
| Binary | 11001010 | 1111001 | 11101010 | 1110 | 110000 | 0 | 1000 | 100011011 | 1001001 | 1000110 |
Color Harmonies of #CA79EA
Complementary color
Monochromatic Colors of #CA79EA
Black with #CA79EA
Text Example
Text Example
White with #CA79EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79EA; }
p { color: rgb(202,121,234); }
H1.HeaderClassName
{
color: #CA79EA;
}
.AnyTagClassName
{
color: #CA79EA;
}
</style>
background-color css
<style>
a { background-color: #CA79EA; }
a { background-color: rgb(202,121,234); }
div.DivClassName
{
background-color: #CA79EA;
}
.BgClassName
{
background-color: #CA79EA;
}
</style>
border-color css
<style>
span { border-color: #CA79EA; }
span { border-color: rgb(202,121,234); }
td.TdClassName
{
border-color: #CA79EA;
}
.TagClassName
{
border-color: #CA79EA;
}
</style>