#C175AD

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

Shades of Bouquet #C175AD

Tints of Bouquet #C175AD

Color information

#C175AD (or 0xC175AD) is unknown color: approx Bouquet. HEX triplet: C1, 75 and AD. RGB value is (193,117,173). Sum of RGB (Red+Green+Blue) = 193+117+173=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AD is #3E8A52. Grayscale: #919191. Windows color (decimal): -4098643 or 11367873. OLE color: 11367873.

HSL color Cylindrical-coordinate representation of color #C175AD: hue angle of 315.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C175AD is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193117173-
CMYK00.390.100.24
HSL315.79º38%60.78%-
HSV(B)315.79º39.38%75.69%-
XYZ35.927.0842.87-
YUV146.11143.18161.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=39.96%
G=24.22%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311717300.390.100.24315.793860.78
HexC175AD027A1813c263d
Octal30116525504712304744675
Binary110000011110101101011010100111101011000100111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175AD; }

 p { color: rgb(193,117,173); }

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

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

 a { background-color: rgb(193,117,173); }

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

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

 span { border-color: rgb(193,117,173); }

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