Shades of Heliotrope #C483F5
Tints of Heliotrope #C483F5
RGB
CMYK
RGB Variations
Color information
#C483F5 (or 0xC483F5) is known color: Heliotrope. HEX triplet: C4, 83 and F5. RGB value is (196,131,245). Sum of RGB (Red+Green+Blue) = 196+131+245=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #C483F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C483F5 is #3B7C0A. Grayscale: #A3A3A3. Windows color (decimal): -3898379 or 16090052. OLE color: 16090052.
HSL color Cylindrical-coordinate representation of color #C483F5: hue angle of 274.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C483F5 is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 131 | 245 | - |
| CMYK | 0.2 | 0.47 | 0 | 0.04 |
| HSL | 274.21º | 0.85% | 0.74% | - |
| HSV(B) | 274.21º | 0.47% | 0.96% | - |
| XYZ | 47.36 | 34.56 | 90.56 | - |
| YUV | 163.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 245 | 0.2 | 0.47 | 0 | 0.04 | 274.21 | 0.85 | 0.74 |
| Hex | C4 | 83 | F5 | 14 | 2F | 0 | 4 | 112 | 55 | 4A |
| Octal | 304 | 203 | 365 | 24 | 57 | 0 | 4 | 422 | 125 | 112 |
| Binary | 11000100 | 10000011 | 11110101 | 10100 | 101111 | 0 | 100 | 100010010 | 1010101 | 1001010 |
Color Harmonies of #C483F5
Complementary color
Monochromatic Colors of #C483F5
Black with #C483F5
Text Example
Text Example
White with #C483F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483F5; }
p { color: rgb(196,131,245); }
H1.HeaderClassName
{
color: #C483F5;
}
.AnyTagClassName
{
color: #C483F5;
}
</style>
background-color css
<style>
a { background-color: #C483F5; }
a { background-color: rgb(196,131,245); }
div.DivClassName
{
background-color: #C483F5;
}
.BgClassName
{
background-color: #C483F5;
}
</style>
border-color css
<style>
span { border-color: #C483F5; }
span { border-color: rgb(196,131,245); }
td.TdClassName
{
border-color: #C483F5;
}
.TagClassName
{
border-color: #C483F5;
}
</style>