Html Css Color HEX #C48FA7 Viola

📋 copy color: '#C48FA7'

red 196 ◦ green 143 ◦ blue 167

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

Shades of Viola #C48FA7

Tints of Viola #C48FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33%

R = 38.74%
G = 28.26%
B = 33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C48FA7 (or 0xC48FA7) is known color: Viola. HEX triplet: C4, 8F and A7. RGB value is (196,143,167). Sum of RGB (Red+Green+Blue) = 196+143+167=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA7 is #3B7058. Grayscale: #A1A1A1. Windows color (decimal): -3895385 or 10981316. OLE color: 10981316.

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

Color convert

RGB 196 143 167 -
CMYK 0 0.27 0.15 0.23
HSL 332.83º 0.31% 0.66% -
HSV(B) 332.83º 0.27% 0.77% -
XYZ 39.56 34.17 41.07 -
YUV 161.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 196 143 167 0 0.27 0.15 0.23 332.83 0.31 0.66
Hex C4 8F A7 0 1B F 17 14D 1F 42
Octal 304 217 247 0 33 17 27 515 37 102
Binary 11000100 10001111 10100111 0 11011 1111 10111 101001101 11111 1000010

Color Harmonies of #C48FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FA7

Black with #C48FA7

Text Example


Text Example

White with #C48FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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