Html Css Color HEX #C375AD Bouquet

📋 copy color: '#C375AD'

red 195 ◦ green 117 ◦ blue 173

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

Shades of Bouquet #C375AD

Tints of Bouquet #C375AD

RGB

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

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

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

R = 40.21%
G = 24.12%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C375AD (or 0xC375AD) is known color: Bouquet. HEX triplet: C3, 75 and AD. RGB value is (195,117,173). Sum of RGB (Red+Green+Blue) = 195+117+173=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C375AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375AD is #3C8A52. Grayscale: #929292. Windows color (decimal): -3967571 or 11367875. OLE color: 11367875.

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

Color convert

RGB 195 117 173 -
CMYK 0 0.4 0.11 0.24
HSL 316.92º 0.39% 0.61% -
HSV(B) 316.92º 0.4% 0.76% -
XYZ 36.41 27.34 42.89 -
YUV 146.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 195 117 173 0 0.4 0.11 0.24 316.92 0.39 0.61
Hex C3 75 AD 0 28 B 18 13D 27 3D
Octal 303 165 255 0 50 13 30 475 47 75
Binary 11000011 1110101 10101101 0 101000 1011 11000 100111101 100111 111101

Color Harmonies of #C375AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375AD

Black with #C375AD

Text Example


Text Example

White with #C375AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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