#CD5D8C

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

Shades of Hopbush #CD5D8C

Tints of Hopbush #CD5D8C

Color information

#CD5D8C (or 0xCD5D8C) is unknown color: approx Hopbush. HEX triplet: CD, 5D and 8C. RGB value is (205,93,140). Sum of RGB (Red+Green+Blue) = 205+93+140=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D8C is #32A273. Grayscale: #838383. Windows color (decimal): -3318388 or 9199053. OLE color: 9199053.

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

Color convert

RGB20593140-
CMYK00.550.320.20
HSL334.82º52.83%58.43%-
HSV(B)334.82º54.63%80.39%-
XYZ33.8222.727.41-
YUV131.85132.61180.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=46.80%
G=21.23%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059314000.550.320.20334.8252.8358.43
HexCD5D8C037201414f353a
Octal31513521406740245176572
Binary11001101101110110001100011011110000010100101001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D8C; }

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

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

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

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

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

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

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

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