#CD7DAA

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

Shades of Hopbush #CD7DAA

Tints of Hopbush #CD7DAA

Color information

#CD7DAA (or 0xCD7DAA) is unknown color: approx Hopbush. HEX triplet: CD, 7D and AA. RGB value is (205,125,170). Sum of RGB (Red+Green+Blue) = 205+125+170=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7DAA is #328255. Grayscale: #999999. Windows color (decimal): -3310166 or 11173325. OLE color: 11173325.

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

Color convert

RGB205125170-
CMYK00.390.170.20
HSL326.25º44.44%64.71%-
HSV(B)326.25º39.02%80.39%-
XYZ39.7730.5541.83-
YUV154.05137164.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 34%
R=41%
G=25%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512517000.390.170.20326.2544.4464.71
HexCD7DAA02711141462c41
Octal315175252047212450654101
Binary11001101111110110101010010011110001101001010001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DAA; }

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

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

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

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

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

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

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

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