Html Css Color HEX #C47DAE Lily

📋 copy color: '#C47DAE'

red 196 ◦ green 125 ◦ blue 174

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

Shades of Lily #C47DAE

Tints of Lily #C47DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

 BLUE value IS 174 (68.36% from 255) = 35.15%

R = 39.6%
G = 25.25%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C47DAE (or 0xC47DAE) is known color: Lily. HEX triplet: C4, 7D and AE. RGB value is (196,125,174). Sum of RGB (Red+Green+Blue) = 196+125+174=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DAE is #3B8251. Grayscale: #979797. Windows color (decimal): -3899986 or 11435460. OLE color: 11435460.

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

Color convert

RGB 196 125 174 -
CMYK 0 0.36 0.11 0.23
HSL 318.59º 0.38% 0.63% -
HSV(B) 318.59º 0.36% 0.77% -
XYZ 37.74 29.46 43.74 -
YUV 151.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 196 125 174 0 0.36 0.11 0.23 318.59 0.38 0.63
Hex C4 7D AE 0 24 B 17 13F 26 3F
Octal 304 175 256 0 44 13 27 477 46 77
Binary 11000100 1111101 10101110 0 100100 1011 10111 100111111 100110 111111

Color Harmonies of #C47DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DAE

Black with #C47DAE

Text Example


Text Example

White with #C47DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DAE; }

 p { color: rgb(196,125,174); }

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

background-color css

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

 a { background-color: rgb(196,125,174); }

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

border-color css

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

 span { border-color: rgb(196,125,174); }

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