#C48DD8

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

Shades of Wisteria #C48DD8

Tints of Wisteria #C48DD8

Color information

#C48DD8 (or 0xC48DD8) is unknown color: approx Wisteria. HEX triplet: C4, 8D and D8. RGB value is (196,141,216). Sum of RGB (Red+Green+Blue) = 196+141+216=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #C48DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DD8 is #3B7227. Grayscale: #A5A5A5. Windows color (decimal): -3895848 or 14192068. OLE color: 14192068.

HSL color Cylindrical-coordinate representation of color #C48DD8: hue angle of 284º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48DD8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196141216-
CMYK0.090.3500.15
HSL284º49.02%70%-
HSV(B)284º34.72%84.71%-
XYZ44.6835.7469.51-
YUV165.99156.22149.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=35.44%
G=25.50%
B=39.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961412160.090.3500.1528449.0270
HexC48DD89230F11c3146
Octal304215330114301743461106
Binary1100010010001101110110001001100011011111000111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DD8; }

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

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

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

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

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

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

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

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