#CD5CA4

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

Shades of Hopbush #CD5CA4

Tints of Hopbush #CD5CA4

Color information

#CD5CA4 (or 0xCD5CA4) is unknown color: approx Hopbush. HEX triplet: CD, 5C and A4. RGB value is (205,92,164). Sum of RGB (Red+Green+Blue) = 205+92+164=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5CA4 is #32A35B. Grayscale: #858585. Windows color (decimal): -3318620 or 10771661. OLE color: 10771661.

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

Color convert

RGB20592164-
CMYK00.550.20.20
HSL321.77º53.05%58.24%-
HSV(B)321.77º55.12%80.39%-
XYZ35.723.3137.74-
YUV134144.94178.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=44.47%
G=19.96%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059216400.550.20.20321.7753.0558.24
HexCD5CA40371414142353a
Octal31513424406724245026572
Binary1100110110111001010010001101111010010100101000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CA4; }

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

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

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

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

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

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

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

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