#C481F6

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

Shades of Heliotrope #C481F6

Tints of Heliotrope #C481F6

Color information

#C481F6 (or 0xC481F6) is unknown color: approx Heliotrope. HEX triplet: C4, 81 and F6. RGB value is (196,129,246). Sum of RGB (Red+Green+Blue) = 196+129+246=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #C481F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481F6 is #3B7E09. Grayscale: #A1A1A1. Windows color (decimal): -3898890 or 16155076. OLE color: 16155076.

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

Color convert

RGB196129246-
CMYK0.200.4800.04
HSL274.36º86.67%73.53%-
HSV(B)274.36º47.56%96.47%-
XYZ47.2534.0991.28-
YUV162.37175.2151.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=34.33%
G=22.59%
B=43.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961292460.200.4800.04274.3686.6773.53
HexC481F6143004112574a
Octal304201366246004422127112
Binary11000100100000011111011010100110000010010001001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481F6; }

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

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

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

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

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

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

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

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