#C48AF8

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

Shades of Wisteria #C48AF8

Tints of Wisteria #C48AF8

Color information

#C48AF8 (or 0xC48AF8) is unknown color: approx Wisteria. HEX triplet: C4, 8A and F8. RGB value is (196,138,248). Sum of RGB (Red+Green+Blue) = 196+138+248=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #C48AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48AF8 is #3B7507. Grayscale: #A7A7A7. Windows color (decimal): -3896584 or 16288452. OLE color: 16288452.

HSL color Cylindrical-coordinate representation of color #C48AF8: hue angle of 271.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C48AF8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196138248-
CMYK0.210.4400.03
HSL271.64º88.71%75.69%-
HSV(B)271.64º44.35%97.25%-
XYZ48.836.6993.32-
YUV167.88173.22148.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=33.68%
G=23.71%
B=42.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961382480.210.4400.03271.6488.7175.69
HexC48AF8152C03110594c
Octal304212370255403420131114
Binary1100010010001010111110001010110110001110001000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AF8; }

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

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

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

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

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

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

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

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