Html Css Color HEX #C96AAD Hopbush

📋 copy color: '#C96AAD'

red 201 ◦ green 106 ◦ blue 173

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

Shades of Hopbush #C96AAD

Tints of Hopbush #C96AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.08%

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

R = 41.88%
G = 22.08%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C96AAD (or 0xC96AAD) is known color: Hopbush. HEX triplet: C9, 6A and AD. RGB value is (201,106,173). Sum of RGB (Red+Green+Blue) = 201+106+173=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96AAD is #369552. Grayscale: #8D8D8D. Windows color (decimal): -3577171 or 11365065. OLE color: 11365065.

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

Color convert

RGB 201 106 173 -
CMYK 0 0.47 0.14 0.21
HSL 317.68º 0.47% 0.6% -
HSV(B) 317.68º 0.47% 0.79% -
XYZ 36.78 25.74 42.57 -
YUV 142.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 201 106 173 0 0.47 0.14 0.21 317.68 0.47 0.6
Hex C9 6A AD 0 2F E 15 13E 2F 3C
Octal 311 152 255 0 57 16 25 476 57 74
Binary 11001001 1101010 10101101 0 101111 1110 10101 100111110 101111 111100

Color Harmonies of #C96AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AAD

Black with #C96AAD

Text Example


Text Example

White with #C96AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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