Html Css Color HEX #C47DA8 Bouquet

📋 copy color: '#C47DA8'

red 196 ◦ green 125 ◦ blue 168

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

Shades of Bouquet #C47DA8

Tints of Bouquet #C47DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.36%

R = 40.08%
G = 25.56%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C47DA8 (or 0xC47DA8) is known color: Bouquet. HEX triplet: C4, 7D and A8. RGB value is (196,125,168). Sum of RGB (Red+Green+Blue) = 196+125+168=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DA8 is #3B8257. Grayscale: #979797. Windows color (decimal): -3899992 or 11042244. OLE color: 11042244.

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

Color convert

RGB 196 125 168 -
CMYK 0 0.36 0.14 0.23
HSL 323.66º 0.38% 0.63% -
HSV(B) 323.66º 0.36% 0.77% -
XYZ 37.17 29.23 40.73 -
YUV 151.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 196 125 168 0 0.36 0.14 0.23 323.66 0.38 0.63
Hex C4 7D A8 0 24 E 17 144 26 3F
Octal 304 175 250 0 44 16 27 504 46 77
Binary 11000100 1111101 10101000 0 100100 1110 10111 101000100 100110 111111

Color Harmonies of #C47DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DA8

Black with #C47DA8

Text Example


Text Example

White with #C47DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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