#CD5EA1

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

Shades of Hopbush #CD5EA1

Tints of Hopbush #CD5EA1

Color information

#CD5EA1 (or 0xCD5EA1) is unknown color: approx Hopbush. HEX triplet: CD, 5E and A1. RGB value is (205,94,161). Sum of RGB (Red+Green+Blue) = 205+94+161=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5EA1 is #32A15E. Grayscale: #868686. Windows color (decimal): -3318111 or 10575565. OLE color: 10575565.

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

Color convert

RGB20594161-
CMYK00.540.210.20
HSL323.78º52.61%58.63%-
HSV(B)323.78º54.15%80.39%-
XYZ35.6123.5636.39-
YUV134.83142.77178.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 161 (63.28% from 255) = 35%
R=44.57%
G=20.43%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059416100.540.210.20323.7852.6158.63
HexCD5EA10361514144353b
Octal31513624106625245046573
Binary1100110110111101010000101101101010110100101000100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5EA1; }

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

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

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

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

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

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

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

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