#C48ADE

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

Shades of Wisteria #C48ADE

Tints of Wisteria #C48ADE

Color information

#C48ADE (or 0xC48ADE) is unknown color: approx Wisteria. HEX triplet: C4, 8A and DE. RGB value is (196,138,222). Sum of RGB (Red+Green+Blue) = 196+138+222=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #C48ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ADE is #3B7521. Grayscale: #A4A4A4. Windows color (decimal): -3896610 or 14584516. OLE color: 14584516.

HSL color Cylindrical-coordinate representation of color #C48ADE: hue angle of 281.43º degrees, saturation: 0.56, 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 #C48ADE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196138222-
CMYK0.120.3800.13
HSL281.43º56%70.59%-
HSV(B)281.43º37.84%87.06%-
XYZ45.0435.1973.53-
YUV164.92160.22150.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=35.25%
G=24.82%
B=39.93%

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
Decimal1961382220.120.3800.13281.435670.59
HexC48ADEC260D1193847
Octal304212336144601543170107
Binary1100010010001010110111101100100110011011000110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ADE; }

 p { color: rgb(196,138,222); }

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

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

 a { background-color: rgb(196,138,222); }

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

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

 span { border-color: rgb(196,138,222); }

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