#C48EFC

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

Shades of Wisteria #C48EFC

Tints of Wisteria #C48EFC

Color information

#C48EFC (or 0xC48EFC) is unknown color: approx Wisteria. HEX triplet: C4, 8E and FC. RGB value is (196,142,252). Sum of RGB (Red+Green+Blue) = 196+142+252=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #C48EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EFC is #3B7103. Grayscale: #AAAAAA. Windows color (decimal): -3895556 or 16551620. OLE color: 16551620.

HSL color Cylindrical-coordinate representation of color #C48EFC: hue angle of 269.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48EFC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196142252-
CMYK0.220.4400.01
HSL269.45º94.83%77.25%-
HSV(B)269.45º43.65%98.82%-
XYZ50.0138.1196.82-
YUV170.69173.89146.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=33.22%
G=24.07%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961422520.220.4400.01269.4594.8377.25
HexC48EFC162C0110d5f4d
Octal304216374265401415137115
Binary110001001000111011111100101101011000110000110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EFC; }

 p { color: rgb(196,142,252); }

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

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

 a { background-color: rgb(196,142,252); }

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

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

 span { border-color: rgb(196,142,252); }

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