#C48EDD

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

Shades of Wisteria #C48EDD

Tints of Wisteria #C48EDD

Color information

#C48EDD (or 0xC48EDD) is unknown color: approx Wisteria. HEX triplet: C4, 8E and DD. RGB value is (196,142,221). Sum of RGB (Red+Green+Blue) = 196+142+221=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C48EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDD is #3B7122. Grayscale: #A6A6A6. Windows color (decimal): -3895587 or 14520004. OLE color: 14520004.

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

Color convert

RGB196142221-
CMYK0.110.3600.13
HSL281.01º53.74%71.18%-
HSV(B)281.01º35.75%86.67%-
XYZ45.4936.373.02-
YUV167.15158.39148.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=35.06%
G=25.40%
B=39.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961422210.110.3600.13281.0153.7471.18
HexC48EDDB240D1193647
Octal304216335134401543166107
Binary1100010010001110110111011011100100011011000110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EDD; }

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

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

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

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

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

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

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

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