#C47BAD

Color #C47BAD Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #C47BAD

Tints of Bouquet #C47BAD

Color information

#C47BAD (or 0xC47BAD) is unknown color: approx Bouquet. HEX triplet: C4, 7B and AD. RGB value is (196,123,173). Sum of RGB (Red+Green+Blue) = 196+123+173=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BAD is #3B8452. Grayscale: #969696. Windows color (decimal): -3900499 or 11369412. OLE color: 11369412.

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

Color convert

RGB196123173-
CMYK00.370.120.23
HSL318.9º38.22%62.55%-
HSV(B)318.9º37.24%76.86%-
XYZ37.3928.9243.15-
YUV150.53140.68160.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=39.84%
G=25%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612317300.370.120.23318.938.2262.55
HexC47BAD025C1713f263f
Octal30417325504514274774677
Binary110001001111011101011010100101110010111100111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BAD; }

 p { color: rgb(196,123,173); }

 H1.HeaderClassName
 {
   color: #C47BAD;
 }
 .AnyTagClassName
 {
   color: #C47BAD;
 }
</style>
background-color css

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

 a { background-color: rgb(196,123,173); }

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

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

 span { border-color: rgb(196,123,173); }

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