#CD5DA6

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

Shades of Hopbush #CD5DA6

Tints of Hopbush #CD5DA6

Color information

#CD5DA6 (or 0xCD5DA6) is unknown color: approx Hopbush. HEX triplet: CD, 5D and A6. RGB value is (205,93,166). Sum of RGB (Red+Green+Blue) = 205+93+166=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5DA6 is #32A259. Grayscale: #868686. Windows color (decimal): -3318362 or 10902989. OLE color: 10902989.

HSL color Cylindrical-coordinate representation of color #CD5DA6: hue angle of 320.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5DA6 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20593166-
CMYK00.550.190.20
HSL320.89º52.83%58.43%-
HSV(B)320.89º54.63%80.39%-
XYZ35.9723.5638.73-
YUV134.81145.61178.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=44.18%
G=20.04%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059316600.550.190.20320.8952.8358.43
HexCD5DA60371314141353a
Octal31513524606723245016572
Binary1100110110111011010011001101111001110100101000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DA6; }

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

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

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

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

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

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

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

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