#C484F6

Color #C484F6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C484F6

Tints of Heliotrope #C484F6

Color information

#C484F6 (or 0xC484F6) is unknown color: approx Heliotrope. HEX triplet: C4, 84 and F6. RGB value is (196,132,246). Sum of RGB (Red+Green+Blue) = 196+132+246=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #C484F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484F6 is #3B7B09. Grayscale: #A3A3A3. Windows color (decimal): -3898122 or 16155844. OLE color: 16155844.

HSL color Cylindrical-coordinate representation of color #C484F6: hue angle of 273.68º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C484F6 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196132246-
CMYK0.200.4600.04
HSL273.68º86.36%74.12%-
HSV(B)273.68º46.34%96.47%-
XYZ47.6534.8991.41-
YUV164.13174.2150.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 246 (96.48% from 255) = 42.86%
R=34.15%
G=23.00%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961322460.200.4600.04273.6886.3674.12
HexC484F6142E04112564a
Octal304204366245604422126112
Binary11000100100001001111011010100101110010010001001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484F6; }

 p { color: rgb(196,132,246); }

 H1.HeaderClassName
 {
   color: #C484F6;
 }
 .AnyTagClassName
 {
   color: #C484F6;
 }
</style>
background-color css

<style>
 a { background-color: #C484F6; }

 a { background-color: rgb(196,132,246); }

 div.DivClassName
 {
   background-color: #C484F6;
 }
 .BgClassName
 {
   background-color: #C484F6;
 }
</style>
border-color css

<style>
 span { border-color: #C484F6; }

 span { border-color: rgb(196,132,246); }

 td.TdClassName
 {
   border-color: #C484F6;
 }
 .TagClassName
 {
   border-color: #C484F6;
 }
</style>