#CE5D9E

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

Shades of Hopbush #CE5D9E

Tints of Hopbush #CE5D9E

Color information

#CE5D9E (or 0xCE5D9E) is unknown color: approx Hopbush. HEX triplet: CE, 5D and 9E. RGB value is (206,93,158). Sum of RGB (Red+Green+Blue) = 206+93+158=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D9E is #31A261. Grayscale: #868686. Windows color (decimal): -3252834 or 10378702. OLE color: 10378702.

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

Color convert

RGB20693158-
CMYK00.550.230.19
HSL325.49º53.55%58.63%-
HSV(B)325.49º54.85%80.78%-
XYZ35.5423.4234.99-
YUV134.2141.44179.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=45.08%
G=20.35%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069315800.550.230.19325.4953.5558.63
HexCE5D9E0371713145363b
Octal31613523606727235056673
Binary1100111010111011001111001101111011110011101000101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D9E; }

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

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

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

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

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

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

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

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