Html Css Color HEX #C48FA5 Viola

📋 copy color: '#C48FA5'

red 196 ◦ green 143 ◦ blue 165

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

Shades of Viola #C48FA5

Tints of Viola #C48FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 38.89%
G = 28.37%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C48FA5 (or 0xC48FA5) is known color: Viola. HEX triplet: C4, 8F and A5. RGB value is (196,143,165). Sum of RGB (Red+Green+Blue) = 196+143+165=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA5 is #3B705A. Grayscale: #A1A1A1. Windows color (decimal): -3895387 or 10850244. OLE color: 10850244.

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

Color convert

RGB 196 143 165 -
CMYK 0 0.27 0.16 0.23
HSL 335.09º 0.31% 0.66% -
HSV(B) 335.09º 0.27% 0.77% -
XYZ 39.38 34.1 40.1 -
YUV 161.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 196 143 165 0 0.27 0.16 0.23 335.09 0.31 0.66
Hex C4 8F A5 0 1B 10 17 14F 1F 42
Octal 304 217 245 0 33 20 27 517 37 102
Binary 11000100 10001111 10100101 0 11011 10000 10111 101001111 11111 1000010

Color Harmonies of #C48FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FA5

Black with #C48FA5

Text Example


Text Example

White with #C48FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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