Shades of Heliotrope #C475F3
Tints of Heliotrope #C475F3
RGB
CMYK
RGB Variations
Color information
#C475F3 (or 0xC475F3) is known color: Heliotrope. HEX triplet: C4, 75 and F3. RGB value is (196,117,243). Sum of RGB (Red+Green+Blue) = 196+117+243=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #C475F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475F3 is #3B8A0C. Grayscale: #9A9A9A. Windows color (decimal): -3901965 or 15955396. OLE color: 15955396.
HSL color Cylindrical-coordinate representation of color #C475F3: hue angle of 277.62º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C475F3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 117 | 243 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.05 |
| HSL | 277.62º | 0.84% | 0.71% | - |
| HSV(B) | 277.62º | 0.52% | 0.95% | - |
| XYZ | 45.3 | 30.93 | 88.38 | - |
| YUV | 154.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 243 | 0.19 | 0.52 | 0 | 0.05 | 277.62 | 0.84 | 0.71 |
| Hex | C4 | 75 | F3 | 13 | 34 | 0 | 5 | 116 | 54 | 47 |
| Octal | 304 | 165 | 363 | 23 | 64 | 0 | 5 | 426 | 124 | 107 |
| Binary | 11000100 | 1110101 | 11110011 | 10011 | 110100 | 0 | 101 | 100010110 | 1010100 | 1000111 |
Color Harmonies of #C475F3
Complementary color
Monochromatic Colors of #C475F3
Black with #C475F3
Text Example
Text Example
White with #C475F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475F3; }
p { color: rgb(196,117,243); }
H1.HeaderClassName
{
color: #C475F3;
}
.AnyTagClassName
{
color: #C475F3;
}
</style>
background-color css
<style>
a { background-color: #C475F3; }
a { background-color: rgb(196,117,243); }
div.DivClassName
{
background-color: #C475F3;
}
.BgClassName
{
background-color: #C475F3;
}
</style>
border-color css
<style>
span { border-color: #C475F3; }
span { border-color: rgb(196,117,243); }
td.TdClassName
{
border-color: #C475F3;
}
.TagClassName
{
border-color: #C475F3;
}
</style>