Html Css Color HEX #C47FAC Lily

📋 copy color: '#C47FAC'

red 196 ◦ green 127 ◦ blue 172

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

Shades of Lily #C47FAC

Tints of Lily #C47FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.66%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 39.6%
G = 25.66%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C47FAC (or 0xC47FAC) is known color: Lily. HEX triplet: C4, 7F and AC. RGB value is (196,127,172). Sum of RGB (Red+Green+Blue) = 196+127+172=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FAC is #3B8053. Grayscale: #989898. Windows color (decimal): -3899476 or 11304900. OLE color: 11304900.

HSL color Cylindrical-coordinate representation of color #C47FAC: hue angle of 320.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FAC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 172 -
CMYK 0 0.35 0.12 0.23
HSL 320.87º 0.37% 0.63% -
HSV(B) 320.87º 0.35% 0.77% -
XYZ 37.8 29.89 42.81 -
YUV 152.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 196 127 172 0 0.35 0.12 0.23 320.87 0.37 0.63
Hex C4 7F AC 0 23 C 17 141 25 3F
Octal 304 177 254 0 43 14 27 501 45 77
Binary 11000100 1111111 10101100 0 100011 1100 10111 101000001 100101 111111

Color Harmonies of #C47FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FAC

Black with #C47FAC

Text Example


Text Example

White with #C47FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FAC; }

 p { color: rgb(196,127,172); }

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

background-color css

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

 a { background-color: rgb(196,127,172); }

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

border-color css

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

 span { border-color: rgb(196,127,172); }

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