#C484F7

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

Shades of Heliotrope #C484F7

Tints of Heliotrope #C484F7

Color information

#C484F7 (or 0xC484F7) is unknown color: approx Heliotrope. HEX triplet: C4, 84 and F7. RGB value is (196,132,247). Sum of RGB (Red+Green+Blue) = 196+132+247=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #C484F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484F7 is #3B7B08. Grayscale: #A3A3A3. Windows color (decimal): -3898121 or 16221380. OLE color: 16221380.

HSL color Cylindrical-coordinate representation of color #C484F7: hue angle of 273.39º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C484F7 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196132247-
CMYK0.210.4700.03
HSL273.39º87.79%74.31%-
HSV(B)273.39º46.56%96.86%-
XYZ47.834.9592.22-
YUV164.25174.7150.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 247 (96.88% from 255) = 42.96%
R=34.09%
G=22.96%
B=42.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961322470.210.4700.03273.3987.7974.31
HexC484F7152F03111584a
Octal304204367255703421130112
Binary1100010010000100111101111010110111101110001000110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484F7; }

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

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

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

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

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

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

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

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