#C48AF5

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

Shades of Wisteria #C48AF5

Tints of Wisteria #C48AF5

Color information

#C48AF5 (or 0xC48AF5) is unknown color: approx Wisteria. HEX triplet: C4, 8A and F5. RGB value is (196,138,245). Sum of RGB (Red+Green+Blue) = 196+138+245=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #C48AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48AF5 is #3B750A. Grayscale: #A7A7A7. Windows color (decimal): -3896587 or 16091844. OLE color: 16091844.

HSL color Cylindrical-coordinate representation of color #C48AF5: hue angle of 272.52º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48AF5 is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196138245-
CMYK0.20.4400.04
HSL272.52º84.25%75.1%-
HSV(B)272.52º43.67%96.08%-
XYZ48.3336.5190.88-
YUV167.54171.72148.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 245 (96.09% from 255) = 42.31%
R=33.85%
G=23.83%
B=42.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961382450.20.4400.04272.5284.2575.1
HexC48AF5142C04111544b
Octal304212365245404421124113
Binary11000100100010101111010110100101100010010001000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AF5; }

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

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

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

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

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

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

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

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