#C271AE

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

Shades of Bouquet #C271AE

Tints of Bouquet #C271AE

Color information

#C271AE (or 0xC271AE) is unknown color: approx Bouquet. HEX triplet: C2, 71 and AE. RGB value is (194,113,174). Sum of RGB (Red+Green+Blue) = 194+113+174=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C271AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271AE is #3D8E51. Grayscale: #909090. Windows color (decimal): -4034130 or 11432386. OLE color: 11432386.

HSL color Cylindrical-coordinate representation of color #C271AE: hue angle of 314.81º degrees, saturation: 0.4, 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 #C271AE is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194113174-
CMYK00.420.100.24
HSL314.81º39.9%60.2%-
HSV(B)314.81º41.75%76.08%-
XYZ35.7926.3443.24-
YUV144.17144.84163.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=40.33%
G=23.49%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411317400.420.100.24314.8139.960.2
HexC271AE02AA1813b283c
Octal30216125605212304735074
Binary110000101110001101011100101010101011000100111011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271AE; }

 p { color: rgb(194,113,174); }

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

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

 a { background-color: rgb(194,113,174); }

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

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

 span { border-color: rgb(194,113,174); }

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