#C47AAD

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

Shades of Bouquet #C47AAD

Tints of Bouquet #C47AAD

Color information

#C47AAD (or 0xC47AAD) is unknown color: approx Bouquet. HEX triplet: C4, 7A and AD. RGB value is (196,122,173). Sum of RGB (Red+Green+Blue) = 196+122+173=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AAD is #3B8552. Grayscale: #959595. Windows color (decimal): -3900755 or 11369156. OLE color: 11369156.

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

Color convert

RGB196122173-
CMYK00.380.120.23
HSL318.65º38.54%62.35%-
HSV(B)318.65º37.76%76.86%-
XYZ37.2728.6743.11-
YUV149.94141.02160.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=39.92%
G=24.85%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612217300.380.120.23318.6538.5462.35
HexC47AAD026C1713f273e
Octal30417225504614274774776
Binary110001001111010101011010100110110010111100111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AAD; }

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

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

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

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

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

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

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

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