#C484FE

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

Shades of Heliotrope #C484FE

Tints of Heliotrope #C484FE

Color information

#C484FE (or 0xC484FE) is unknown color: approx Heliotrope. HEX triplet: C4, 84 and FE. RGB value is (196,132,254). Sum of RGB (Red+Green+Blue) = 196+132+254=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #C484FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484FE is #3B7B01. Grayscale: #A4A4A4. Windows color (decimal): -3898114 or 16680132. OLE color: 16680132.

HSL color Cylindrical-coordinate representation of color #C484FE: hue angle of 271.48º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C484FE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196132254-
CMYK0.230.4800.00
HSL271.48º98.39%75.69%-
HSV(B)271.48º48.03%99.61%-
XYZ48.9135.3998.02-
YUV165.04178.2150.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 132 (51.95% from 255) = 22.68%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=33.68%
G=22.68%
B=43.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961322540.230.4800.00271.4898.3975.69
HexC484FE17300010f624c
Octal304204376276000417142114
Binary110001001000010011111110101111100000010000111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484FE; }

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

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

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

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

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

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

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

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