#CD5E9E

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

Shades of Hopbush #CD5E9E

Tints of Hopbush #CD5E9E

Color information

#CD5E9E (or 0xCD5E9E) is unknown color: approx Hopbush. HEX triplet: CD, 5E and 9E. RGB value is (205,94,158). Sum of RGB (Red+Green+Blue) = 205+94+158=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5E9E is #32A161. Grayscale: #868686. Windows color (decimal): -3318114 or 10378957. OLE color: 10378957.

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

Color convert

RGB20594158-
CMYK00.540.230.20
HSL325.41º52.61%58.63%-
HSV(B)325.41º54.15%80.39%-
XYZ35.3523.4535.01-
YUV134.48141.27178.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=44.86%
G=20.57%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059415800.540.230.20325.4152.6158.63
HexCD5E9E0361714145353b
Octal31513623606627245056573
Binary1100110110111101001111001101101011110100101000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E9E; }

 p { color: rgb(205,94,158); }

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

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

 a { background-color: rgb(205,94,158); }

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

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

 span { border-color: rgb(205,94,158); }

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