#CD7DA6

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

Shades of Hopbush #CD7DA6

Tints of Hopbush #CD7DA6

Color information

#CD7DA6 (or 0xCD7DA6) is unknown color: approx Hopbush. HEX triplet: CD, 7D and A6. RGB value is (205,125,166). Sum of RGB (Red+Green+Blue) = 205+125+166=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7DA6 is #328259. Grayscale: #999999. Windows color (decimal): -3310170 or 10911181. OLE color: 10911181.

HSL color Cylindrical-coordinate representation of color #CD7DA6: hue angle of 329.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 #CD7DA6 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205125166-
CMYK00.390.190.20
HSL329.25º44.44%64.71%-
HSV(B)329.25º39.02%80.39%-
XYZ39.3930.439.87-
YUV153.59135164.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=41.33%
G=25.20%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512516600.390.190.20329.2544.4464.71
HexCD7DA602713141492c41
Octal315175246047232451154101
Binary11001101111110110100110010011110011101001010010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DA6; }

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

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

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

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

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

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

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

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