#C481F8

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

Shades of Heliotrope #C481F8

Tints of Heliotrope #C481F8

Color information

#C481F8 (or 0xC481F8) is unknown color: approx Heliotrope. HEX triplet: C4, 81 and F8. RGB value is (196,129,248). Sum of RGB (Red+Green+Blue) = 196+129+248=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #C481F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481F8 is #3B7E07. Grayscale: #A2A2A2. Windows color (decimal): -3898888 or 16286148. OLE color: 16286148.

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

Color convert

RGB196129248-
CMYK0.210.4800.03
HSL273.78º89.47%73.92%-
HSV(B)273.78º47.98%97.25%-
XYZ47.5634.2192.9-
YUV162.6176.2151.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=34.21%
G=22.51%
B=43.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961292480.210.4800.03273.7889.4773.92
HexC481F8153003112594a
Octal304201370256003422131112
Binary1100010010000001111110001010111000001110001001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481F8; }

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

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

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

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

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

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

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

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