#C48BD5

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

Shades of Wisteria #C48BD5

Tints of Wisteria #C48BD5

Color information

#C48BD5 (or 0xC48BD5) is unknown color: approx Wisteria. HEX triplet: C4, 8B and D5. RGB value is (196,139,213). Sum of RGB (Red+Green+Blue) = 196+139+213=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C48BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BD5 is #3B742A. Grayscale: #A4A4A4. Windows color (decimal): -3896363 or 13994948. OLE color: 13994948.

HSL color Cylindrical-coordinate representation of color #C48BD5: hue angle of 286.22º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48BD5 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196139213-
CMYK0.080.3500.16
HSL286.22º46.84%69.02%-
HSV(B)286.22º34.74%83.53%-
XYZ44.0135.0167.39-
YUV164.48155.38150.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=35.77%
G=25.36%
B=38.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961392130.080.3500.16286.2246.8469.02
HexC48BD582301011e2f45
Octal304213325104302043657105
Binary11000100100010111101010110001000110100001000111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BD5; }

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

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

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

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

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

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

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

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