Html Css Color HEX #C48DA6 Viola

📋 copy color: '#C48DA6'

red 196 ◦ green 141 ◦ blue 166

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

Shades of Viola #C48DA6

Tints of Viola #C48DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33%

R = 38.97%
G = 28.03%
B = 33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C48DA6 (or 0xC48DA6) is known color: Viola. HEX triplet: C4, 8D and A6. RGB value is (196,141,166). Sum of RGB (Red+Green+Blue) = 196+141+166=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DA6 is #3B7259. Grayscale: #A0A0A0. Windows color (decimal): -3895898 or 10915268. OLE color: 10915268.

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

Color convert

RGB 196 141 166 -
CMYK 0 0.28 0.15 0.23
HSL 332.73º 0.32% 0.66% -
HSV(B) 332.73º 0.28% 0.77% -
XYZ 39.17 33.54 40.49 -
YUV 160.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 196 141 166 0 0.28 0.15 0.23 332.73 0.32 0.66
Hex C4 8D A6 0 1C F 17 14D 20 42
Octal 304 215 246 0 34 17 27 515 40 102
Binary 11000100 10001101 10100110 0 11100 1111 10111 101001101 100000 1000010

Color Harmonies of #C48DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DA6

Black with #C48DA6

Text Example


Text Example

White with #C48DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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