#CD5C8D

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

Shades of Hopbush #CD5C8D

Tints of Hopbush #CD5C8D

Color information

#CD5C8D (or 0xCD5C8D) is unknown color: approx Hopbush. HEX triplet: CD, 5C and 8D. RGB value is (205,92,141). Sum of RGB (Red+Green+Blue) = 205+92+141=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5C8D is #32A372. Grayscale: #838383. Windows color (decimal): -3318643 or 9264333. OLE color: 9264333.

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

Color convert

RGB20592141-
CMYK00.550.310.20
HSL333.98º53.05%58.24%-
HSV(B)333.98º55.12%80.39%-
XYZ33.8122.5627.77-
YUV131.37133.44180.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=46.80%
G=21.00%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059214100.550.310.20333.9853.0558.24
HexCD5C8D0371F1414e353a
Octal31513421506737245166572
Binary1100110110111001000110101101111111110100101001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C8D; }

 p { color: rgb(205,92,141); }

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

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

 a { background-color: rgb(205,92,141); }

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

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

 span { border-color: rgb(205,92,141); }

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