Html Css Color HEX #C971AD Hopbush

📋 copy color: '#C971AD'

red 201 ◦ green 113 ◦ blue 173

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

Shades of Hopbush #C971AD

Tints of Hopbush #C971AD

RGB

 RED value IS 201 (78.91% from 255) = 41.27%

 GREEN value IS 113 (44.53% from 255) = 23.2%

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

R = 41.27%
G = 23.2%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C971AD (or 0xC971AD) is known color: Hopbush. HEX triplet: C9, 71 and AD. RGB value is (201,113,173). Sum of RGB (Red+Green+Blue) = 201+113+173=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C971AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971AD is #368E52. Grayscale: #929292. Windows color (decimal): -3575379 or 11366857. OLE color: 11366857.

HSL color Cylindrical-coordinate representation of color #C971AD: hue angle of 319.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971AD is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 173 -
CMYK 0 0.44 0.14 0.21
HSL 319.09º 0.45% 0.62% -
HSV(B) 319.09º 0.44% 0.79% -
XYZ 37.54 27.24 42.82 -
YUV 146.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 201 113 173 0 0.44 0.14 0.21 319.09 0.45 0.62
Hex C9 71 AD 0 2C E 15 13F 2D 3E
Octal 311 161 255 0 54 16 25 477 55 76
Binary 11001001 1110001 10101101 0 101100 1110 10101 100111111 101101 111110

Color Harmonies of #C971AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971AD

Black with #C971AD

Text Example


Text Example

White with #C971AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971AD; }

 p { color: rgb(201,113,173); }

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

background-color css

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

 a { background-color: rgb(201,113,173); }

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

border-color css

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

 span { border-color: rgb(201,113,173); }

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