Html Css Color HEX #C374AD Bouquet

📋 copy color: '#C374AD'

red 195 ◦ green 116 ◦ blue 173

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

Shades of Bouquet #C374AD

Tints of Bouquet #C374AD

RGB

 RED value IS 195 (76.56% from 255) = 40.29%

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

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

R = 40.29%
G = 23.97%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C374AD (or 0xC374AD) is known color: Bouquet. HEX triplet: C3, 74 and AD. RGB value is (195,116,173). Sum of RGB (Red+Green+Blue) = 195+116+173=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C374AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374AD is #3C8B52. Grayscale: #919191. Windows color (decimal): -3967827 or 11367619. OLE color: 11367619.

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

Color convert

RGB 195 116 173 -
CMYK 0 0.41 0.11 0.24
HSL 316.71º 0.4% 0.61% -
HSV(B) 316.71º 0.41% 0.76% -
XYZ 36.29 27.11 42.86 -
YUV 146.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 195 116 173 0 0.41 0.11 0.24 316.71 0.4 0.61
Hex C3 74 AD 0 29 B 18 13D 28 3D
Octal 303 164 255 0 51 13 30 475 50 75
Binary 11000011 1110100 10101101 0 101001 1011 11000 100111101 101000 111101

Color Harmonies of #C374AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374AD

Black with #C374AD

Text Example


Text Example

White with #C374AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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