#C48AD0

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

Shades of Wisteria #C48AD0

Tints of Wisteria #C48AD0

Color information

#C48AD0 (or 0xC48AD0) is unknown color: approx Wisteria. HEX triplet: C4, 8A and D0. RGB value is (196,138,208). Sum of RGB (Red+Green+Blue) = 196+138+208=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #C48AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AD0 is #3B752F. Grayscale: #A3A3A3. Windows color (decimal): -3896624 or 13667012. OLE color: 13667012.

HSL color Cylindrical-coordinate representation of color #C48AD0: hue angle of 289.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48AD0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196138208-
CMYK0.060.3400.18
HSL289.71º42.68%67.84%-
HSV(B)289.71º33.65%81.57%-
XYZ43.2434.4764.05-
YUV163.32153.22151.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=36.16%
G=25.46%
B=38.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961382080.060.3400.18289.7142.6867.84
HexC48AD06220121222b44
Octal30421232064202244253104
Binary1100010010001010110100001101000100100101001000101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AD0; }

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

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

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

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

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

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

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

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