Html Css Color HEX #C96DAD Hopbush

📋 copy color: '#C96DAD'

red 201 ◦ green 109 ◦ blue 173

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

Shades of Hopbush #C96DAD

Tints of Hopbush #C96DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

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

R = 41.61%
G = 22.57%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C96DAD (or 0xC96DAD) is known color: Hopbush. HEX triplet: C9, 6D and AD. RGB value is (201,109,173). Sum of RGB (Red+Green+Blue) = 201+109+173=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DAD is #369252. Grayscale: #8F8F8F. Windows color (decimal): -3576403 or 11365833. OLE color: 11365833.

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

Color convert

RGB 201 109 173 -
CMYK 0 0.46 0.14 0.21
HSL 318.26º 0.46% 0.61% -
HSV(B) 318.26º 0.46% 0.79% -
XYZ 37.1 26.37 42.67 -
YUV 143.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 201 109 173 0 0.46 0.14 0.21 318.26 0.46 0.61
Hex C9 6D AD 0 2E E 15 13E 2E 3D
Octal 311 155 255 0 56 16 25 476 56 75
Binary 11001001 1101101 10101101 0 101110 1110 10101 100111110 101110 111101

Color Harmonies of #C96DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DAD

Black with #C96DAD

Text Example


Text Example

White with #C96DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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