#C48DA5

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

Shades of Viola #C48DA5

Tints of Viola #C48DA5

Color information

#C48DA5 (or 0xC48DA5) is unknown color: approx Viola. HEX triplet: C4, 8D and A5. RGB value is (196,141,165). Sum of RGB (Red+Green+Blue) = 196+141+165=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DA5 is #3B725A. Grayscale: #A0A0A0. Windows color (decimal): -3895899 or 10849732. OLE color: 10849732.

HSL color Cylindrical-coordinate representation of color #C48DA5: hue angle of 333.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DA5 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196141165-
CMYK00.280.160.23
HSL333.82º31.79%66.08%-
HSV(B)333.82º28.06%76.86%-
XYZ39.0833.540-
YUV160.18130.72153.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=39.04%
G=28.09%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614116500.280.160.23333.8231.7966.08
HexC48DA501C101714e2042
Octal304215245034202751640102
Binary11000100100011011010010101110010000101111010011101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DA5; }

 p { color: rgb(196,141,165); }

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

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

 a { background-color: rgb(196,141,165); }

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

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

 span { border-color: rgb(196,141,165); }

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