#C48FDA

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

Shades of Wisteria #C48FDA

Tints of Wisteria #C48FDA

Color information

#C48FDA (or 0xC48FDA) is unknown color: approx Wisteria. HEX triplet: C4, 8F and DA. RGB value is (196,143,218). Sum of RGB (Red+Green+Blue) = 196+143+218=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C48FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FDA is #3B7025. Grayscale: #A7A7A7. Windows color (decimal): -3895334 or 14323652. OLE color: 14323652.

HSL color Cylindrical-coordinate representation of color #C48FDA: hue angle of 282.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48FDA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196143218-
CMYK0.100.3400.15
HSL282.4º50.34%70.78%-
HSV(B)282.4º34.4%85.49%-
XYZ45.2436.4470.98-
YUV167.4156.56148.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=35.19%
G=25.67%
B=39.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961432180.100.3400.15282.450.3470.78
HexC48FDAA220F11a3247
Octal304217332124201743262107
Binary1100010010001111110110101010100010011111000110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FDA; }

 p { color: rgb(196,143,218); }

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

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

 a { background-color: rgb(196,143,218); }

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

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

 span { border-color: rgb(196,143,218); }

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