Html Css Color HEX #C174AD Bouquet

📋 copy color: '#C174AD'

red 193 ◦ green 116 ◦ blue 173

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

Shades of Bouquet #C174AD

Tints of Bouquet #C174AD

RGB

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

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

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

R = 40.04%
G = 24.07%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C174AD (or 0xC174AD) is known color: Bouquet. HEX triplet: C1, 74 and AD. RGB value is (193,116,173). Sum of RGB (Red+Green+Blue) = 193+116+173=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C174AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174AD is #3E8B52. Grayscale: #919191. Windows color (decimal): -4098899 or 11367617. OLE color: 11367617.

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

Color convert

RGB 193 116 173 -
CMYK 0 0.40 0.10 0.24
HSL 315.58º 0.38% 0.61% -
HSV(B) 315.58º 0.4% 0.76% -
XYZ 35.78 26.85 42.83 -
YUV 145.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 193 116 173 0 0.40 0.10 0.24 315.58 0.38 0.61
Hex C1 74 AD 0 28 A 18 13C 26 3D
Octal 301 164 255 0 50 12 30 474 46 75
Binary 11000001 1110100 10101101 0 101000 1010 11000 100111100 100110 111101

Color Harmonies of #C174AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174AD

Black with #C174AD

Text Example


Text Example

White with #C174AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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