#C48EDF

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

Shades of Wisteria #C48EDF

Tints of Wisteria #C48EDF

Color information

#C48EDF (or 0xC48EDF) is unknown color: approx Wisteria. HEX triplet: C4, 8E and DF. RGB value is (196,142,223). Sum of RGB (Red+Green+Blue) = 196+142+223=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C48EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EDF is #3B7120. Grayscale: #A7A7A7. Windows color (decimal): -3895585 or 14651076. OLE color: 14651076.

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

Color convert

RGB196142223-
CMYK0.120.3600.13
HSL280º55.86%71.57%-
HSV(B)280º36.32%87.45%-
XYZ45.7636.4174.43-
YUV167.38159.39148.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=34.94%
G=25.31%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961422230.120.3600.1328055.8671.57
HexC48EDFC240D1183848
Octal304216337144401543070110
Binary1100010010001110110111111100100100011011000110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EDF; }

 p { color: rgb(196,142,223); }

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

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

 a { background-color: rgb(196,142,223); }

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

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

 span { border-color: rgb(196,142,223); }

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