#C48DDB

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

Shades of Wisteria #C48DDB

Tints of Wisteria #C48DDB

Color information

#C48DDB (or 0xC48DDB) is unknown color: approx Wisteria. HEX triplet: C4, 8D and DB. RGB value is (196,141,219). Sum of RGB (Red+Green+Blue) = 196+141+219=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DDB is #3B7224. Grayscale: #A6A6A6. Windows color (decimal): -3895845 or 14388676. OLE color: 14388676.

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

Color convert

RGB196141219-
CMYK0.110.3600.14
HSL282.31º52%70.59%-
HSV(B)282.31º35.62%85.88%-
XYZ45.0835.971.57-
YUV166.34157.72149.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=35.25%
G=25.36%
B=39.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961412190.110.3600.14282.315270.59
HexC48DDBB240E11a3447
Octal304215333134401643264107
Binary1100010010001101110110111011100100011101000110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DDB; }

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

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

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

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

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

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

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

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