#CD76AD

Color #CD76AD Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CD76AD

Tints of Hopbush #CD76AD

Color information

#CD76AD (or 0xCD76AD) is unknown color: approx Hopbush. HEX triplet: CD, 76 and AD. RGB value is (205,118,173). Sum of RGB (Red+Green+Blue) = 205+118+173=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD76AD is #328952. Grayscale: #969696. Windows color (decimal): -3311955 or 11368141. OLE color: 11368141.

HSL color Cylindrical-coordinate representation of color #CD76AD: hue angle of 322.07º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76AD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205118173-
CMYK00.420.160.20
HSL322.07º46.52%63.33%-
HSV(B)322.07º42.44%80.39%-
XYZ39.228.9543.06-
YUV150.28140.82167.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=41.33%
G=23.79%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511817300.420.160.20322.0746.5263.33
HexCD76AD02A10141422f3f
Octal31516625505220245025777
Binary1100110111101101010110101010101000010100101000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76AD; }

 p { color: rgb(205,118,173); }

 H1.HeaderClassName
 {
   color: #CD76AD;
 }
 .AnyTagClassName
 {
   color: #CD76AD;
 }
</style>
background-color css

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

 a { background-color: rgb(205,118,173); }

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

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

 span { border-color: rgb(205,118,173); }

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