Html Css Color HEX #C473AD Bouquet

📋 copy color: '#C473AD'

red 196 ◦ green 115 ◦ blue 173

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

Shades of Bouquet #C473AD

Tints of Bouquet #C473AD

RGB

 RED value IS 196 (76.95% from 255) = 40.5%

 GREEN value IS 115 (45.31% from 255) = 23.76%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 40.5%
G = 23.76%
B = 35.74%

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

#C473AD (or 0xC473AD) is known color: Bouquet. HEX triplet: C4, 73 and AD. RGB value is (196,115,173). Sum of RGB (Red+Green+Blue) = 196+115+173=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C473AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473AD is #3B8C52. Grayscale: #919191. Windows color (decimal): -3902547 or 11367364. OLE color: 11367364.

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

Color convert

RGB 196 115 173 -
CMYK 0 0.41 0.12 0.23
HSL 317.04º 0.41% 0.61% -
HSV(B) 317.04º 0.41% 0.77% -
XYZ 36.44 27.01 42.83 -
YUV 145.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 196 115 173 0 0.41 0.12 0.23 317.04 0.41 0.61
Hex C4 73 AD 0 29 C 17 13D 29 3D
Octal 304 163 255 0 51 14 27 475 51 75
Binary 11000100 1110011 10101101 0 101001 1100 10111 100111101 101001 111101

Color Harmonies of #C473AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473AD

Black with #C473AD

Text Example


Text Example

White with #C473AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473AD; }

 p { color: rgb(196,115,173); }

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

background-color css

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

 a { background-color: rgb(196,115,173); }

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

border-color css

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

 span { border-color: rgb(196,115,173); }

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