Html Css Color HEX #C48FA8 Viola

📋 copy color: '#C48FA8'

red 196 ◦ green 143 ◦ blue 168

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

Shades of Viola #C48FA8

Tints of Viola #C48FA8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

 BLUE value IS 168 (66.02% from 255) = 33.14%

R = 38.66%
G = 28.21%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C48FA8 (or 0xC48FA8) is known color: Viola. HEX triplet: C4, 8F and A8. RGB value is (196,143,168). Sum of RGB (Red+Green+Blue) = 196+143+168=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA8 is #3B7057. Grayscale: #A1A1A1. Windows color (decimal): -3895384 or 11046852. OLE color: 11046852.

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

Color convert

RGB 196 143 168 -
CMYK 0 0.27 0.14 0.23
HSL 331.7º 0.31% 0.66% -
HSV(B) 331.7º 0.27% 0.77% -
XYZ 39.66 34.21 41.56 -
YUV 161.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 196 143 168 0 0.27 0.14 0.23 331.7 0.31 0.66
Hex C4 8F A8 0 1B E 17 14C 1F 42
Octal 304 217 250 0 33 16 27 514 37 102
Binary 11000100 10001111 10101000 0 11011 1110 10111 101001100 11111 1000010

Color Harmonies of #C48FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FA8

Black with #C48FA8

Text Example


Text Example

White with #C48FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FA8; }

 p { color: rgb(196,143,168); }

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

background-color css

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

 a { background-color: rgb(196,143,168); }

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

border-color css

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

 span { border-color: rgb(196,143,168); }

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