#C27BAD

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

Shades of Bouquet #C27BAD

Tints of Bouquet #C27BAD

Color information

#C27BAD (or 0xC27BAD) is unknown color: approx Bouquet. HEX triplet: C2, 7B and AD. RGB value is (194,123,173). Sum of RGB (Red+Green+Blue) = 194+123+173=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAD is #3D8452. Grayscale: #959595. Windows color (decimal): -4031571 or 11369410. OLE color: 11369410.

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

Color convert

RGB194123173-
CMYK00.370.110.24
HSL317.75º36.79%62.16%-
HSV(B)317.75º36.6%76.08%-
XYZ36.8728.6543.12-
YUV149.93141.02159.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=39.59%
G=25.10%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412317300.370.110.24317.7536.7962.16
HexC27BAD025B1813e253e
Octal30217325504513304764576
Binary110000101111011101011010100101101111000100111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BAD; }

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

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

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

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

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

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

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

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