Shades of Heliotrope #C475F0
Tints of Heliotrope #C475F0
RGB
CMYK
RGB Variations
Color information
#C475F0 (or 0xC475F0) is known color: Heliotrope. HEX triplet: C4, 75 and F0. RGB value is (196,117,240). Sum of RGB (Red+Green+Blue) = 196+117+240=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #C475F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475F0 is #3B8A0F. Grayscale: #9A9A9A. Windows color (decimal): -3901968 or 15758788. OLE color: 15758788.
HSL color Cylindrical-coordinate representation of color #C475F0: hue angle of 278.54º 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 #C475F0 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 117 | 240 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.06 |
| HSL | 278.54º | 0.8% | 0.7% | - |
| HSV(B) | 278.54º | 0.51% | 0.94% | - |
| XYZ | 44.85 | 30.75 | 86.01 | - |
| YUV | 154.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 240 | 0.18 | 0.51 | 0 | 0.06 | 278.54 | 0.8 | 0.7 |
| Hex | C4 | 75 | F0 | 12 | 33 | 0 | 6 | 117 | 50 | 46 |
| Octal | 304 | 165 | 360 | 22 | 63 | 0 | 6 | 427 | 120 | 106 |
| Binary | 11000100 | 1110101 | 11110000 | 10010 | 110011 | 0 | 110 | 100010111 | 1010000 | 1000110 |
Color Harmonies of #C475F0
Complementary color
Monochromatic Colors of #C475F0
Black with #C475F0
Text Example
Text Example
White with #C475F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475F0; }
p { color: rgb(196,117,240); }
H1.HeaderClassName
{
color: #C475F0;
}
.AnyTagClassName
{
color: #C475F0;
}
</style>
background-color css
<style>
a { background-color: #C475F0; }
a { background-color: rgb(196,117,240); }
div.DivClassName
{
background-color: #C475F0;
}
.BgClassName
{
background-color: #C475F0;
}
</style>
border-color css
<style>
span { border-color: #C475F0; }
span { border-color: rgb(196,117,240); }
td.TdClassName
{
border-color: #C475F0;
}
.TagClassName
{
border-color: #C475F0;
}
</style>