#C48BDF

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

Shades of Wisteria #C48BDF

Tints of Wisteria #C48BDF

Color information

#C48BDF (or 0xC48BDF) is unknown color: approx Wisteria. HEX triplet: C4, 8B and DF. RGB value is (196,139,223). Sum of RGB (Red+Green+Blue) = 196+139+223=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C48BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BDF is #3B7420. Grayscale: #A5A5A5. Windows color (decimal): -3896353 or 14650308. OLE color: 14650308.

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

Color convert

RGB196139223-
CMYK0.120.3800.13
HSL280.71º56.76%70.98%-
HSV(B)280.71º37.67%87.45%-
XYZ45.3235.5374.28-
YUV165.62160.38149.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 139 (54.69% from 255) = 24.91%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=35.13%
G=24.91%
B=39.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961392230.120.3800.13280.7156.7670.98
HexC48BDFC260D1193947
Octal304213337144601543171107
Binary1100010010001011110111111100100110011011000110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BDF; }

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

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

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

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

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

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

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

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