#CD5C94

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

Shades of Hopbush #CD5C94

Tints of Hopbush #CD5C94

Color information

#CD5C94 (or 0xCD5C94) is unknown color: approx Hopbush. HEX triplet: CD, 5C and 94. RGB value is (205,92,148). Sum of RGB (Red+Green+Blue) = 205+92+148=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5C94 is #32A36B. Grayscale: #848484. Windows color (decimal): -3318636 or 9723085. OLE color: 9723085.

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

Color convert

RGB20592148-
CMYK00.550.280.20
HSL330.27º53.05%58.24%-
HSV(B)330.27º55.12%80.39%-
XYZ34.3522.7730.6-
YUV132.17136.94179.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=46.07%
G=20.67%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059214800.550.280.20330.2753.0558.24
HexCD5C940371C1414a353a
Octal31513422406734245126572
Binary1100110110111001001010001101111110010100101001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5C94; }

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

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

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

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

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

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

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

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