#C48DE3

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

Shades of Wisteria #C48DE3

Tints of Wisteria #C48DE3

Color information

#C48DE3 (or 0xC48DE3) is unknown color: approx Wisteria. HEX triplet: C4, 8D and E3. RGB value is (196,141,227). Sum of RGB (Red+Green+Blue) = 196+141+227=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #C48DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DE3 is #3B721C. Grayscale: #A6A6A6. Windows color (decimal): -3895837 or 14912964. OLE color: 14912964.

HSL color Cylindrical-coordinate representation of color #C48DE3: hue angle of 278.37º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48DE3 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196141227-
CMYK0.140.3800.11
HSL278.37º60.56%72.16%-
HSV(B)278.37º37.89%89.02%-
XYZ46.1536.3377.25-
YUV167.25161.72148.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 227 (89.06% from 255) = 40.25%
R=34.75%
G=25%
B=40.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961412270.140.3800.11278.3760.5672.16
HexC48DE3E260B1163d48
Octal304215343164601342675110
Binary1100010010001101111000111110100110010111000101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DE3; }

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

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

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

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

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

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

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

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