Html Css Color HEX #C48DA4 Viola

📋 copy color: '#C48DA4'

red 196 ◦ green 141 ◦ blue 164

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

Shades of Viola #C48DA4

Tints of Viola #C48DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 39.12%
G = 28.14%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C48DA4 (or 0xC48DA4) is known color: Viola. HEX triplet: C4, 8D and A4. RGB value is (196,141,164). Sum of RGB (Red+Green+Blue) = 196+141+164=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DA4 is #3B725B. Grayscale: #A0A0A0. Windows color (decimal): -3895900 or 10784196. OLE color: 10784196.

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

Color convert

RGB 196 141 164 -
CMYK 0 0.28 0.16 0.23
HSL 334.91º 0.32% 0.66% -
HSV(B) 334.91º 0.28% 0.77% -
XYZ 38.99 33.47 39.53 -
YUV 160.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 196 141 164 0 0.28 0.16 0.23 334.91 0.32 0.66
Hex C4 8D A4 0 1C 10 17 14F 20 42
Octal 304 215 244 0 34 20 27 517 40 102
Binary 11000100 10001101 10100100 0 11100 10000 10111 101001111 100000 1000010

Color Harmonies of #C48DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DA4

Black with #C48DA4

Text Example


Text Example

White with #C48DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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