#C48BD6

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

Shades of Wisteria #C48BD6

Tints of Wisteria #C48BD6

Color information

#C48BD6 (or 0xC48BD6) is unknown color: approx Wisteria. HEX triplet: C4, 8B and D6. RGB value is (196,139,214). Sum of RGB (Red+Green+Blue) = 196+139+214=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #C48BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BD6 is #3B7429. Grayscale: #A4A4A4. Windows color (decimal): -3896362 or 14060484. OLE color: 14060484.

HSL color Cylindrical-coordinate representation of color #C48BD6: hue angle of 285.6º degrees, saturation: 0.48, 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 #C48BD6 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196139214-
CMYK0.080.3500.16
HSL285.6º47.77%69.22%-
HSV(B)285.6º35.05%83.92%-
XYZ44.1435.0668.06-
YUV164.59155.88150.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 139 (54.69% from 255) = 25.32%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=35.70%
G=25.32%
B=38.98%

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
Decimal1961392140.080.3500.16285.647.7769.22
HexC48BD682301011e3045
Octal304213326104302043660105
Binary11000100100010111101011010001000110100001000111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BD6; }

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

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

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

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

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

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

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

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