Html Css Color HEX #C175AD Bouquet

📋 copy color: '#C175AD'

red 193 ◦ green 117 ◦ blue 173

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

Shades of Bouquet #C175AD

Tints of Bouquet #C175AD

RGB

 RED value IS 193 (75.78% from 255) = 39.96%

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

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

R = 39.96%
G = 24.22%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C175AD (or 0xC175AD) is known color: Bouquet. HEX triplet: C1, 75 and AD. RGB value is (193,117,173). Sum of RGB (Red+Green+Blue) = 193+117+173=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AD is #3E8A52. Grayscale: #919191. Windows color (decimal): -4098643 or 11367873. OLE color: 11367873.

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

Color convert

RGB 193 117 173 -
CMYK 0 0.39 0.10 0.24
HSL 315.79º 0.38% 0.61% -
HSV(B) 315.79º 0.39% 0.76% -
XYZ 35.9 27.08 42.87 -
YUV 146.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 193 117 173 0 0.39 0.10 0.24 315.79 0.38 0.61
Hex C1 75 AD 0 27 A 18 13C 26 3D
Octal 301 165 255 0 47 12 30 474 46 75
Binary 11000001 1110101 10101101 0 100111 1010 11000 100111100 100110 111101

Color Harmonies of #C175AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175AD

Black with #C175AD

Text Example


Text Example

White with #C175AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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