#C27FA8

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

Shades of Bouquet #C27FA8

Tints of Bouquet #C27FA8

Color information

#C27FA8 (or 0xC27FA8) is unknown color: approx Bouquet. HEX triplet: C2, 7F and A8. RGB value is (194,127,168). Sum of RGB (Red+Green+Blue) = 194+127+168=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FA8 is #3D8057. Grayscale: #979797. Windows color (decimal): -4030552 or 11042754. OLE color: 11042754.

HSL color Cylindrical-coordinate representation of color #C27FA8: hue angle of 323.28º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27FA8 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB194127168-
CMYK00.350.130.24
HSL323.28º35.45%62.94%-
HSV(B)323.28º34.54%76.08%-
XYZ36.9129.4840.79-
YUV151.71137.2158.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=39.67%
G=25.97%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412716800.350.130.24323.2835.4562.94
HexC27FA8023D18143233f
Octal30217725004315305034377
Binary110000101111111101010000100011110111000101000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FA8; }

 p { color: rgb(194,127,168); }

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

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

 a { background-color: rgb(194,127,168); }

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

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

 span { border-color: rgb(194,127,168); }

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