#C48DE8

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

Shades of Wisteria #C48DE8

Tints of Wisteria #C48DE8

Color information

#C48DE8 (or 0xC48DE8) is unknown color: approx Wisteria. HEX triplet: C4, 8D and E8. RGB value is (196,141,232). Sum of RGB (Red+Green+Blue) = 196+141+232=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #C48DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DE8 is #3B7217. Grayscale: #A7A7A7. Windows color (decimal): -3895832 or 15240644. OLE color: 15240644.

HSL color Cylindrical-coordinate representation of color #C48DE8: hue angle of 276.26º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48DE8 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196141232-
CMYK0.160.3900.09
HSL276.26º66.42%73.14%-
HSV(B)276.26º39.22%90.98%-
XYZ46.8636.6180.94-
YUV167.82164.22148.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=34.45%
G=24.78%
B=40.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961412320.160.3900.09276.2666.4273.14
HexC48DE81027091144249
Octal3042153502047011424102111
Binary110001001000110111101000100001001110100110001010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DE8; }

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

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

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

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

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

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

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

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