#CD71AA

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

Shades of Hopbush #CD71AA

Tints of Hopbush #CD71AA

Color information

#CD71AA (or 0xCD71AA) is unknown color: approx Hopbush. HEX triplet: CD, 71 and AA. RGB value is (205,113,170). Sum of RGB (Red+Green+Blue) = 205+113+170=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD71AA is #328E55. Grayscale: #929292. Windows color (decimal): -3313238 or 11170253. OLE color: 11170253.

HSL color Cylindrical-coordinate representation of color #CD71AA: hue angle of 322.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD71AA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205113170-
CMYK00.450.170.20
HSL322.83º47.92%62.35%-
HSV(B)322.83º44.88%80.39%-
XYZ38.3427.6941.35-
YUV147.01140.98169.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=42.01%
G=23.16%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511317000.450.170.20322.8347.9262.35
HexCD71AA02D1114143303e
Octal31516125205521245036076
Binary1100110111100011010101001011011000110100101000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71AA; }

 p { color: rgb(205,113,170); }

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

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

 a { background-color: rgb(205,113,170); }

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

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

 span { border-color: rgb(205,113,170); }

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