#CE5F9D

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

Shades of Hopbush #CE5F9D

Tints of Hopbush #CE5F9D

Color information

#CE5F9D (or 0xCE5F9D) is unknown color: approx Hopbush. HEX triplet: CE, 5F and 9D. RGB value is (206,95,157). Sum of RGB (Red+Green+Blue) = 206+95+157=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5F9D is #31A062. Grayscale: #878787. Windows color (decimal): -3252323 or 10313678. OLE color: 10313678.

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

Color convert

RGB20695157-
CMYK00.540.240.19
HSL326.49º53.11%59.02%-
HSV(B)326.49º53.88%80.78%-
XYZ35.6323.7434.6-
YUV135.26140.27178.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=44.98%
G=20.74%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069515700.540.240.19326.4953.1159.02
HexCE5F9D0361813146353b
Octal31613723506630235066573
Binary1100111010111111001110101101101100010011101000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5F9D; }

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

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

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

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

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

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

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

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