Html Css Color HEX #C474AD Bouquet

📋 copy color: '#C474AD'

red 196 ◦ green 116 ◦ blue 173

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

Shades of Bouquet #C474AD

Tints of Bouquet #C474AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.92%

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

R = 40.41%
G = 23.92%
B = 35.67%

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

#C474AD (or 0xC474AD) is known color: Bouquet. HEX triplet: C4, 74 and AD. RGB value is (196,116,173). Sum of RGB (Red+Green+Blue) = 196+116+173=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C474AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474AD is #3B8B52. Grayscale: #929292. Windows color (decimal): -3902291 or 11367620. OLE color: 11367620.

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

Color convert

RGB 196 116 173 -
CMYK 0 0.41 0.12 0.23
HSL 317.25º 0.4% 0.61% -
HSV(B) 317.25º 0.41% 0.77% -
XYZ 36.55 27.24 42.87 -
YUV 146.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 196 116 173 0 0.41 0.12 0.23 317.25 0.4 0.61
Hex C4 74 AD 0 29 C 17 13D 28 3D
Octal 304 164 255 0 51 14 27 475 50 75
Binary 11000100 1110100 10101101 0 101001 1100 10111 100111101 101000 111101

Color Harmonies of #C474AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474AD

Black with #C474AD

Text Example


Text Example

White with #C474AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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