#C48DE6

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

Shades of Wisteria #C48DE6

Tints of Wisteria #C48DE6

Color information

#C48DE6 (or 0xC48DE6) is unknown color: approx Wisteria. HEX triplet: C4, 8D and E6. RGB value is (196,141,230). Sum of RGB (Red+Green+Blue) = 196+141+230=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #C48DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DE6 is #3B7219. Grayscale: #A7A7A7. Windows color (decimal): -3895834 or 15109572. OLE color: 15109572.

HSL color Cylindrical-coordinate representation of color #C48DE6: hue angle of 277.08º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48DE6 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196141230-
CMYK0.150.3900.10
HSL277.08º64.03%72.75%-
HSV(B)277.08º38.7%90.2%-
XYZ46.5736.579.45-
YUV167.59163.22148.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 230 (90.23% from 255) = 40.56%
R=34.57%
G=24.87%
B=40.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961412300.150.3900.10277.0864.0372.75
HexC48DE6F270A1154049
Octal3042153461747012425100111
Binary11000100100011011110011011111001110101010001010110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DE6; }

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

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

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

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

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

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

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

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