Shades of Heliotrope #CA76F0
Tints of Heliotrope #CA76F0
RGB
CMYK
RGB Variations
Color information
#CA76F0 (or 0xCA76F0) is known color: Heliotrope. HEX triplet: CA, 76 and F0. RGB value is (202,118,240). Sum of RGB (Red+Green+Blue) = 202+118+240=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA76F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76F0 is #35890F. Grayscale: #9C9C9C. Windows color (decimal): -3508496 or 15759050. OLE color: 15759050.
HSL color Cylindrical-coordinate representation of color #CA76F0: hue angle of 281.31º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA76F0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 118 | 240 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.06 |
| HSL | 281.31º | 0.8% | 0.7% | - |
| HSV(B) | 281.31º | 0.51% | 0.94% | - |
| XYZ | 46.56 | 31.8 | 86.12 | - |
| YUV | 157.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 240 | 0.16 | 0.51 | 0 | 0.06 | 281.31 | 0.8 | 0.7 |
| Hex | CA | 76 | F0 | 10 | 33 | 0 | 6 | 119 | 50 | 46 |
| Octal | 312 | 166 | 360 | 20 | 63 | 0 | 6 | 431 | 120 | 106 |
| Binary | 11001010 | 1110110 | 11110000 | 10000 | 110011 | 0 | 110 | 100011001 | 1010000 | 1000110 |
Color Harmonies of #CA76F0
Complementary color
Monochromatic Colors of #CA76F0
Black with #CA76F0
Text Example
Text Example
White with #CA76F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76F0; }
p { color: rgb(202,118,240); }
H1.HeaderClassName
{
color: #CA76F0;
}
.AnyTagClassName
{
color: #CA76F0;
}
</style>
background-color css
<style>
a { background-color: #CA76F0; }
a { background-color: rgb(202,118,240); }
div.DivClassName
{
background-color: #CA76F0;
}
.BgClassName
{
background-color: #CA76F0;
}
</style>
border-color css
<style>
span { border-color: #CA76F0; }
span { border-color: rgb(202,118,240); }
td.TdClassName
{
border-color: #CA76F0;
}
.TagClassName
{
border-color: #CA76F0;
}
</style>