#C48FD9

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

Shades of Wisteria #C48FD9

Tints of Wisteria #C48FD9

Color information

#C48FD9 (or 0xC48FD9) is unknown color: approx Wisteria. HEX triplet: C4, 8F and D9. RGB value is (196,143,217). Sum of RGB (Red+Green+Blue) = 196+143+217=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #C48FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FD9 is #3B7026. Grayscale: #A7A7A7. Windows color (decimal): -3895335 or 14258116. OLE color: 14258116.

HSL color Cylindrical-coordinate representation of color #C48FD9: hue angle of 282.97º degrees, saturation: 0.49, 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 #C48FD9 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196143217-
CMYK0.100.3400.15
HSL282.97º49.33%70.59%-
HSV(B)282.97º34.1%85.1%-
XYZ45.1136.3970.29-
YUV167.28156.06148.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=35.25%
G=25.72%
B=39.03%

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
Decimal1961432170.100.3400.15282.9749.3370.59
HexC48FD9A220F11b3147
Octal304217331124201743361107
Binary1100010010001111110110011010100010011111000110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FD9; }

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

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

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

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

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

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

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

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