#C48FEC

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

Shades of Wisteria #C48FEC

Tints of Wisteria #C48FEC

Color information

#C48FEC (or 0xC48FEC) is unknown color: approx Wisteria. HEX triplet: C4, 8F and EC. RGB value is (196,143,236). Sum of RGB (Red+Green+Blue) = 196+143+236=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEC is #3B7013. Grayscale: #A9A9A9. Windows color (decimal): -3895316 or 15503300. OLE color: 15503300.

HSL color Cylindrical-coordinate representation of color #C48FEC: hue angle of 274.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48FEC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196143236-
CMYK0.170.3900.07
HSL274.19º70.99%74.31%-
HSV(B)274.19º39.41%92.55%-
XYZ47.7337.4484.07-
YUV169.45165.56146.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=34.09%
G=24.87%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961432360.170.3900.07274.1970.9974.31
HexC48FEC112707112474a
Octal304217354214707422107112
Binary11000100100011111110110010001100111011110001001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FEC; }

 p { color: rgb(196,143,236); }

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

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

 a { background-color: rgb(196,143,236); }

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

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

 span { border-color: rgb(196,143,236); }

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