Html Css Color HEX #C47FAF Lily

📋 copy color: '#C47FAF'

red 196 ◦ green 127 ◦ blue 175

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

Shades of Lily #C47FAF

Tints of Lily #C47FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 39.36%
G = 25.5%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C47FAF (or 0xC47FAF) is known color: Lily. HEX triplet: C4, 7F and AF. RGB value is (196,127,175). Sum of RGB (Red+Green+Blue) = 196+127+175=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FAF is #3B8050. Grayscale: #989898. Windows color (decimal): -3899473 or 11501508. OLE color: 11501508.

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

Color convert

RGB 196 127 175 -
CMYK 0 0.35 0.11 0.23
HSL 318.26º 0.37% 0.63% -
HSV(B) 318.26º 0.35% 0.77% -
XYZ 38.09 30.01 44.34 -
YUV 153.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 196 127 175 0 0.35 0.11 0.23 318.26 0.37 0.63
Hex C4 7F AF 0 23 B 17 13E 25 3F
Octal 304 177 257 0 43 13 27 476 45 77
Binary 11000100 1111111 10101111 0 100011 1011 10111 100111110 100101 111111

Color Harmonies of #C47FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FAF

Black with #C47FAF

Text Example


Text Example

White with #C47FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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