Html Css Color HEX #C47FAB Lily

📋 copy color: '#C47FAB'

red 196 ◦ green 127 ◦ blue 171

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

Shades of Lily #C47FAB

Tints of Lily #C47FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 39.68%
G = 25.71%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C47FAB (or 0xC47FAB) is known color: Lily. HEX triplet: C4, 7F and AB. RGB value is (196,127,171). Sum of RGB (Red+Green+Blue) = 196+127+171=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FAB is #3B8054. Grayscale: #989898. Windows color (decimal): -3899477 or 11239364. OLE color: 11239364.

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

Color convert

RGB 196 127 171 -
CMYK 0 0.35 0.13 0.23
HSL 321.74º 0.37% 0.63% -
HSV(B) 321.74º 0.35% 0.77% -
XYZ 37.71 29.85 42.3 -
YUV 152.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 196 127 171 0 0.35 0.13 0.23 321.74 0.37 0.63
Hex C4 7F AB 0 23 D 17 142 25 3F
Octal 304 177 253 0 43 15 27 502 45 77
Binary 11000100 1111111 10101011 0 100011 1101 10111 101000010 100101 111111

Color Harmonies of #C47FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FAB

Black with #C47FAB

Text Example


Text Example

White with #C47FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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