#CE5D9D

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

Shades of Hopbush #CE5D9D

Tints of Hopbush #CE5D9D

Color information

#CE5D9D (or 0xCE5D9D) is unknown color: approx Hopbush. HEX triplet: CE, 5D and 9D. RGB value is (206,93,157). Sum of RGB (Red+Green+Blue) = 206+93+157=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D9D is #31A262. Grayscale: #858585. Windows color (decimal): -3252835 or 10313166. OLE color: 10313166.

HSL color Cylindrical-coordinate representation of color #CE5D9D: hue angle of 326.02º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D9D is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB20693157-
CMYK00.550.240.19
HSL326.02º53.55%58.63%-
HSV(B)326.02º54.85%80.78%-
XYZ35.4523.3834.54-
YUV134.08140.94179.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=45.18%
G=20.39%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069315700.550.240.19326.0253.5558.63
HexCE5D9D0371813146363b
Octal31613523506730235066673
Binary1100111010111011001110101101111100010011101000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D9D; }

 p { color: rgb(206,93,157); }

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

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

 a { background-color: rgb(206,93,157); }

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

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

 span { border-color: rgb(206,93,157); }

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