#C575B0

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

Shades of Bouquet #C575B0

Tints of Bouquet #C575B0

Color information

#C575B0 (or 0xC575B0) is unknown color: approx Bouquet. HEX triplet: C5, 75 and B0. RGB value is (197,117,176). Sum of RGB (Red+Green+Blue) = 197+117+176=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575B0 is #3A8A4F. Grayscale: #939393. Windows color (decimal): -3836496 or 11564485. OLE color: 11564485.

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

Color convert

RGB197117176-
CMYK00.410.110.23
HSL315.75º40.82%61.57%-
HSV(B)315.75º40.61%77.25%-
XYZ37.2227.7344.46-
YUV147.65144163.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=40.20%
G=23.88%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711717600.410.110.23315.7540.8261.57
HexC575B0029B1713c293e
Octal30516526005113274745176
Binary110001011110101101100000101001101110111100111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575B0; }

 p { color: rgb(197,117,176); }

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

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

 a { background-color: rgb(197,117,176); }

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

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

 span { border-color: rgb(197,117,176); }

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