#C48DEB

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

Shades of Wisteria #C48DEB

Tints of Wisteria #C48DEB

Color information

#C48DEB (or 0xC48DEB) is unknown color: approx Wisteria. HEX triplet: C4, 8D and EB. RGB value is (196,141,235). Sum of RGB (Red+Green+Blue) = 196+141+235=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C48DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48DEB is #3B7214. Grayscale: #A7A7A7. Windows color (decimal): -3895829 or 15437252. OLE color: 15437252.

HSL color Cylindrical-coordinate representation of color #C48DEB: hue angle of 275.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48DEB is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196141235-
CMYK0.170.400.08
HSL275.11º70.15%73.73%-
HSV(B)275.11º40%92.16%-
XYZ47.2936.7883.21-
YUV168.16165.72147.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=34.27%
G=24.65%
B=41.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961412350.170.400.08275.1170.1573.73
HexC48DEB112808113464a
Octal3042153532150010423106112
Binary110001001000110111101011100011010000100010001001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DEB; }

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

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

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

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

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

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

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

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