#C48EEA

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

Shades of Wisteria #C48EEA

Tints of Wisteria #C48EEA

Color information

#C48EEA (or 0xC48EEA) is unknown color: approx Wisteria. HEX triplet: C4, 8E and EA. RGB value is (196,142,234). Sum of RGB (Red+Green+Blue) = 196+142+234=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C48EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48EEA is #3B7115. Grayscale: #A8A8A8. Windows color (decimal): -3895574 or 15371972. OLE color: 15371972.

HSL color Cylindrical-coordinate representation of color #C48EEA: hue angle of 275.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48EEA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196142234-
CMYK0.160.3900.08
HSL275.22º68.66%73.73%-
HSV(B)275.22º39.32%91.76%-
XYZ47.2937.0282.5-
YUV168.63164.89147.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 142 (55.86% from 255) = 24.83%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=34.27%
G=24.83%
B=40.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961422340.160.3900.08275.2268.6673.73
HexC48EEA102708113454a
Octal3042163522047010423105112
Binary110001001000111011101010100001001110100010001001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EEA; }

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

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

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

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

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

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

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

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