Shades of Heliotrope #CA7CF0
Tints of Heliotrope #CA7CF0
RGB
CMYK
RGB Variations
Color information
#CA7CF0 (or 0xCA7CF0) is known color: Heliotrope. HEX triplet: CA, 7C and F0. RGB value is (202,124,240). Sum of RGB (Red+Green+Blue) = 202+124+240=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA7CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CF0 is #35830F. Grayscale: #A0A0A0. Windows color (decimal): -3506960 or 15760586. OLE color: 15760586.
HSL color Cylindrical-coordinate representation of color #CA7CF0: hue angle of 280.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7CF0 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 124 | 240 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.06 |
| HSL | 280.34º | 0.79% | 0.71% | - |
| HSV(B) | 280.34º | 0.48% | 0.94% | - |
| XYZ | 47.29 | 33.26 | 86.37 | - |
| YUV | 160.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 240 | 0.16 | 0.48 | 0 | 0.06 | 280.34 | 0.79 | 0.71 |
| Hex | CA | 7C | F0 | 10 | 30 | 0 | 6 | 118 | 4F | 47 |
| Octal | 312 | 174 | 360 | 20 | 60 | 0 | 6 | 430 | 117 | 107 |
| Binary | 11001010 | 1111100 | 11110000 | 10000 | 110000 | 0 | 110 | 100011000 | 1001111 | 1000111 |
Color Harmonies of #CA7CF0
Complementary color
Monochromatic Colors of #CA7CF0
Black with #CA7CF0
Text Example
Text Example
White with #CA7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CF0; }
p { color: rgb(202,124,240); }
H1.HeaderClassName
{
color: #CA7CF0;
}
.AnyTagClassName
{
color: #CA7CF0;
}
</style>
background-color css
<style>
a { background-color: #CA7CF0; }
a { background-color: rgb(202,124,240); }
div.DivClassName
{
background-color: #CA7CF0;
}
.BgClassName
{
background-color: #CA7CF0;
}
</style>
border-color css
<style>
span { border-color: #CA7CF0; }
span { border-color: rgb(202,124,240); }
td.TdClassName
{
border-color: #CA7CF0;
}
.TagClassName
{
border-color: #CA7CF0;
}
</style>