Html Css Color HEX #C48DA3 Viola

📋 copy color: '#C48DA3'

red 196 ◦ green 141 ◦ blue 163

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

Shades of Viola #C48DA3

Tints of Viola #C48DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.6%

R = 39.2%
G = 28.2%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C48DA3 (or 0xC48DA3) is known color: Viola. HEX triplet: C4, 8D and A3. RGB value is (196,141,163). Sum of RGB (Red+Green+Blue) = 196+141+163=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DA3 is #3B725C. Grayscale: #9F9F9F. Windows color (decimal): -3895901 or 10718660. OLE color: 10718660.

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

Color convert

RGB 196 141 163 -
CMYK 0 0.28 0.17 0.23
HSL 336º 0.32% 0.66% -
HSV(B) 336º 0.28% 0.77% -
XYZ 38.9 33.43 39.05 -
YUV 159.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 196 141 163 0 0.28 0.17 0.23 336 0.32 0.66
Hex C4 8D A3 0 1C 11 17 150 20 42
Octal 304 215 243 0 34 21 27 520 40 102
Binary 11000100 10001101 10100011 0 11100 10001 10111 101010000 100000 1000010

Color Harmonies of #C48DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DA3

Black with #C48DA3

Text Example


Text Example

White with #C48DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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