Html Css Color HEX #C373AF Bouquet

📋 copy color: '#C373AF'

red 195 ◦ green 115 ◦ blue 175

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

Shades of Bouquet #C373AF

Tints of Bouquet #C373AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 40.21%
G = 23.71%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C373AF (or 0xC373AF) is known color: Bouquet. HEX triplet: C3, 73 and AF. RGB value is (195,115,175). Sum of RGB (Red+Green+Blue) = 195+115+175=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C373AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C373AF is #3C8C50. Grayscale: #919191. Windows color (decimal): -3968081 or 11498435. OLE color: 11498435.

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

Color convert

RGB 195 115 175 -
CMYK 0 0.41 0.10 0.24
HSL 315º 0.4% 0.61% -
HSV(B) 315º 0.41% 0.76% -
XYZ 36.37 26.96 43.84 -
YUV 145.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 195 115 175 0 0.41 0.10 0.24 315 0.4 0.61
Hex C3 73 AF 0 29 A 18 13B 28 3D
Octal 303 163 257 0 51 12 30 473 50 75
Binary 11000011 1110011 10101111 0 101001 1010 11000 100111011 101000 111101

Color Harmonies of #C373AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373AF

Black with #C373AF

Text Example


Text Example

White with #C373AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373AF; }

 p { color: rgb(195,115,175); }

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

background-color css

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

 a { background-color: rgb(195,115,175); }

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

border-color css

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

 span { border-color: rgb(195,115,175); }

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