#CE72B1

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

Shades of Hopbush #CE72B1

Tints of Hopbush #CE72B1

Color information

#CE72B1 (or 0xCE72B1) is unknown color: approx Hopbush. HEX triplet: CE, 72 and B1. RGB value is (206,114,177). Sum of RGB (Red+Green+Blue) = 206+114+177=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE72B1 is #318D4E. Grayscale: #949494. Windows color (decimal): -3247439 or 11629262. OLE color: 11629262.

HSL color Cylindrical-coordinate representation of color #CE72B1: hue angle of 318.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72B1 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206114177-
CMYK00.450.140.19
HSL318.91º48.42%62.75%-
HSV(B)318.91º44.66%80.78%-
XYZ39.4128.3344.99-
YUV148.69143.98168.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=41.45%
G=22.94%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611417700.450.140.19318.9148.4262.75
HexCE72B102DE1313f303f
Octal31616226105516234776077
Binary110011101110010101100010101101111010011100111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE72B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE72B1; }

 p { color: rgb(206,114,177); }

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

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

 a { background-color: rgb(206,114,177); }

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

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

 span { border-color: rgb(206,114,177); }

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