#C371AD

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

Shades of Bouquet #C371AD

Tints of Bouquet #C371AD

Color information

#C371AD (or 0xC371AD) is unknown color: approx Bouquet. HEX triplet: C3, 71 and AD. RGB value is (195,113,173). Sum of RGB (Red+Green+Blue) = 195+113+173=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C371AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371AD is #3C8E52. Grayscale: #909090. Windows color (decimal): -3968595 or 11366851. OLE color: 11366851.

HSL color Cylindrical-coordinate representation of color #C371AD: hue angle of 316.1º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C371AD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195113173-
CMYK00.420.110.24
HSL316.1º40.59%60.39%-
HSV(B)316.1º42.05%76.47%-
XYZ35.9526.4342.74-
YUV144.36144.17164.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=40.54%
G=23.49%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511317300.420.110.24316.140.5960.39
HexC371AD02AB1813c293c
Octal30316125505213304745174
Binary110000111110001101011010101010101111000100111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371AD; }

 p { color: rgb(195,113,173); }

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

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

 a { background-color: rgb(195,113,173); }

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

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

 span { border-color: rgb(195,113,173); }

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