Html Css Color HEX #C48DA1 Viola

📋 copy color: '#C48DA1'

red 196 ◦ green 141 ◦ blue 161

#C48DA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C48DA1

Tints of Viola #C48DA1

RGB

 RED value IS 196 (76.95% from 255) = 39.36%

 GREEN value IS 141 (55.47% from 255) = 28.31%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 39.36%
G = 28.31%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C48DA1 (or 0xC48DA1) is known color: Viola. HEX triplet: C4, 8D and A1. RGB value is (196,141,161). Sum of RGB (Red+Green+Blue) = 196+141+161=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DA1 is #3B725E. Grayscale: #9F9F9F. Windows color (decimal): -3895903 or 10587588. OLE color: 10587588.

HSL color Cylindrical-coordinate representation of color #C48DA1: hue angle of 338.18º 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 #C48DA1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 161 -
CMYK 0 0.28 0.18 0.23
HSL 338.18º 0.32% 0.66% -
HSV(B) 338.18º 0.28% 0.77% -
XYZ 38.72 33.36 38.12 -
YUV 159.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 196 141 161 0 0.28 0.18 0.23 338.18 0.32 0.66
Hex C4 8D A1 0 1C 12 17 152 20 42
Octal 304 215 241 0 34 22 27 522 40 102
Binary 11000100 10001101 10100001 0 11100 10010 10111 101010010 100000 1000010

Color Harmonies of #C48DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DA1

Black with #C48DA1

Text Example


Text Example

White with #C48DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DA1; }

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

 H1.HeaderClassName
 {
   color: #C48DA1;
 }
 .AnyTagClassName
 {
   color: #C48DA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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