#C48DE1

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

Shades of Wisteria #C48DE1

Tints of Wisteria #C48DE1

Color information

#C48DE1 (or 0xC48DE1) is unknown color: approx Wisteria. HEX triplet: C4, 8D and E1. RGB value is (196,141,225). Sum of RGB (Red+Green+Blue) = 196+141+225=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #C48DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DE1 is #3B721E. Grayscale: #A6A6A6. Windows color (decimal): -3895839 or 14781892. OLE color: 14781892.

HSL color Cylindrical-coordinate representation of color #C48DE1: hue angle of 279.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48DE1 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196141225-
CMYK0.130.3700.12
HSL279.29º58.33%71.76%-
HSV(B)279.29º37.33%88.24%-
XYZ45.8836.2275.81-
YUV167.02160.72148.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=34.88%
G=25.09%
B=40.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961412250.130.3700.12279.2958.3371.76
HexC48DE1D250C1173a48
Octal304215341154501442772110
Binary1100010010001101111000011101100101011001000101111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DE1; }

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

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

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

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

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

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

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

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