Html Css Color HEX #C575AE Bouquet

📋 copy color: '#C575AE'

red 197 ◦ green 117 ◦ blue 174

#C575AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #C575AE

Tints of Bouquet #C575AE

RGB

 RED value IS 197 (77.34% from 255) = 40.37%

 GREEN value IS 117 (46.09% from 255) = 23.98%

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 40.37%
G = 23.98%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C575AE (or 0xC575AE) is known color: Bouquet. HEX triplet: C5, 75 and AE. RGB value is (197,117,174). Sum of RGB (Red+Green+Blue) = 197+117+174=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AE is #3A8A51. Grayscale: #939393. Windows color (decimal): -3836498 or 11433413. OLE color: 11433413.

HSL color Cylindrical-coordinate representation of color #C575AE: hue angle of 317.25º 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 #C575AE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 174 -
CMYK 0 0.41 0.12 0.23
HSL 317.25º 0.41% 0.62% -
HSV(B) 317.25º 0.41% 0.77% -
XYZ 37.03 27.65 43.43 -
YUV 147.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 197 117 174 0 0.41 0.12 0.23 317.25 0.41 0.62
Hex C5 75 AE 0 29 C 17 13D 29 3E
Octal 305 165 256 0 51 14 27 475 51 76
Binary 11000101 1110101 10101110 0 101001 1100 10111 100111101 101001 111110

Color Harmonies of #C575AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575AE

Black with #C575AE

Text Example


Text Example

White with #C575AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575AE; }

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

 H1.HeaderClassName
 {
   color: #C575AE;
 }
 .AnyTagClassName
 {
   color: #C575AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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