Shades of Heliotrope #C475E9
Tints of Heliotrope #C475E9
RGB
CMYK
RGB Variations
Color information
#C475E9 (or 0xC475E9) is known color: Heliotrope. HEX triplet: C4, 75 and E9. RGB value is (196,117,233). Sum of RGB (Red+Green+Blue) = 196+117+233=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #C475E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475E9 is #3B8A16. Grayscale: #999999. Windows color (decimal): -3901975 or 15300036. OLE color: 15300036.
HSL color Cylindrical-coordinate representation of color #C475E9: hue angle of 280.86º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C475E9 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 117 | 233 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.09 |
| HSL | 280.86º | 0.73% | 0.69% | - |
| HSV(B) | 280.86º | 0.5% | 0.91% | - |
| XYZ | 43.83 | 30.34 | 80.64 | - |
| YUV | 153.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 233 | 0.16 | 0.50 | 0 | 0.09 | 280.86 | 0.73 | 0.69 |
| Hex | C4 | 75 | E9 | 10 | 32 | 0 | 9 | 119 | 48 | 45 |
| Octal | 304 | 165 | 351 | 20 | 62 | 0 | 11 | 431 | 110 | 105 |
| Binary | 11000100 | 1110101 | 11101001 | 10000 | 110010 | 0 | 1001 | 100011001 | 1001000 | 1000101 |
Color Harmonies of #C475E9
Complementary color
Monochromatic Colors of #C475E9
Black with #C475E9
Text Example
Text Example
White with #C475E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475E9; }
p { color: rgb(196,117,233); }
H1.HeaderClassName
{
color: #C475E9;
}
.AnyTagClassName
{
color: #C475E9;
}
</style>
background-color css
<style>
a { background-color: #C475E9; }
a { background-color: rgb(196,117,233); }
div.DivClassName
{
background-color: #C475E9;
}
.BgClassName
{
background-color: #C475E9;
}
</style>
border-color css
<style>
span { border-color: #C475E9; }
span { border-color: rgb(196,117,233); }
td.TdClassName
{
border-color: #C475E9;
}
.TagClassName
{
border-color: #C475E9;
}
</style>