#c48edb

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

Shades of Wisteria #C48EDB

Tints of Wisteria #C48EDB

Color information

#C48EDB (or 0xC48EDB) is unknown color: approx Wisteria. HEX triplet: C4, 8E and DB. RGB value is (196,142,219). Sum of RGB (Red+Green+Blue) = 196+142+219=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C48EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDB is #3B7124. Grayscale: #A6A6A6. Windows color (decimal): -3895589 or 14388932. OLE color: 14388932.

HSL color Cylindrical-coordinate representation of color #C48EDB: hue angle of 282.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48EDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196142219-
CMYK0.110.3500.14
HSL282.08º51.68%70.78%-
HSV(B)282.08º35.16%85.88%-
XYZ45.2236.271.62-
YUV166.92157.39148.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=35.19%
G=25.49%
B=39.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961422190.110.3500.14282.0851.6870.78
HexC48EDBB230E11a3447
Octal304216333134301643264107
Binary1100010010001110110110111011100011011101000110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48edb; }

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

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

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

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

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

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

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

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