#C48CDE

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

Shades of Wisteria #C48CDE

Tints of Wisteria #C48CDE

Color information

#C48CDE (or 0xC48CDE) is unknown color: approx Wisteria. HEX triplet: C4, 8C and DE. RGB value is (196,140,222). Sum of RGB (Red+Green+Blue) = 196+140+222=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C48CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDE is #3B7321. Grayscale: #A5A5A5. Windows color (decimal): -3896098 or 14585028. OLE color: 14585028.

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

Color convert

RGB196140222-
CMYK0.120.3700.13
HSL280.98º55.41%70.98%-
HSV(B)280.98º36.94%87.06%-
XYZ45.3335.7773.62-
YUV166.09159.55149.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=35.13%
G=25.09%
B=39.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961402220.120.3700.13280.9855.4170.98
HexC48CDEC250D1193747
Octal304214336144501543167107
Binary1100010010001100110111101100100101011011000110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CDE; }

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

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

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

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

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

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

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

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