#CD5E9B

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

Shades of Hopbush #CD5E9B

Tints of Hopbush #CD5E9B

Color information

#CD5E9B (or 0xCD5E9B) is unknown color: approx Hopbush. HEX triplet: CD, 5E and 9B. RGB value is (205,94,155). Sum of RGB (Red+Green+Blue) = 205+94+155=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5E9B is #32A164. Grayscale: #868686. Windows color (decimal): -3318117 or 10182349. OLE color: 10182349.

HSL color Cylindrical-coordinate representation of color #CD5E9B: hue angle of 327.03º 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 #CD5E9B is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20594155-
CMYK00.540.240.20
HSL327.03º52.61%58.63%-
HSV(B)327.03º54.15%80.39%-
XYZ35.123.3533.67-
YUV134.14139.77178.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=45.15%
G=20.70%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059415500.540.240.20327.0352.6158.63
HexCD5E9B0361814147353b
Octal31513623306630245076573
Binary1100110110111101001101101101101100010100101000111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E9B; }

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

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

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

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

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

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

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

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