#C48DD5

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

Shades of Wisteria #C48DD5

Tints of Wisteria #C48DD5

Color information

#C48DD5 (or 0xC48DD5) is unknown color: approx Wisteria. HEX triplet: C4, 8D and D5. RGB value is (196,141,213). Sum of RGB (Red+Green+Blue) = 196+141+213=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #C48DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DD5 is #3B722A. Grayscale: #A5A5A5. Windows color (decimal): -3895851 or 13995460. OLE color: 13995460.

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

Color convert

RGB196141213-
CMYK0.080.3400.16
HSL285.83º46.15%69.41%-
HSV(B)285.83º33.8%83.53%-
XYZ44.335.5967.49-
YUV165.65154.72149.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=35.64%
G=25.64%
B=38.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961412130.080.3400.16285.8346.1569.41
HexC48DD582201011e2e45
Octal304215325104202043656105
Binary11000100100011011101010110001000100100001000111101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DD5; }

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

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

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

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

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

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

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

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