#C272AD

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

Shades of Bouquet #C272AD

Tints of Bouquet #C272AD

Color information

#C272AD (or 0xC272AD) is unknown color: approx Bouquet. HEX triplet: C2, 72 and AD. RGB value is (194,114,173). Sum of RGB (Red+Green+Blue) = 194+114+173=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C272AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272AD is #3D8D52. Grayscale: #909090. Windows color (decimal): -4033875 or 11367106. OLE color: 11367106.

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

Color convert

RGB194114173-
CMYK00.410.110.24
HSL315.75º39.6%60.39%-
HSV(B)315.75º41.24%76.08%-
XYZ35.8126.5242.77-
YUV144.65144163.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=40.33%
G=23.70%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411417300.410.110.24315.7539.660.39
HexC272AD029B1813c283c
Octal30216225505113304745074
Binary110000101110010101011010101001101111000100111100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272AD; }

 p { color: rgb(194,114,173); }

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

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

 a { background-color: rgb(194,114,173); }

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

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

 span { border-color: rgb(194,114,173); }

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