#CC73B1

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

Shades of Hopbush #CC73B1

Tints of Hopbush #CC73B1

Color information

#CC73B1 (or 0xCC73B1) is unknown color: approx Hopbush. HEX triplet: CC, 73 and B1. RGB value is (204,115,177). Sum of RGB (Red+Green+Blue) = 204+115+177=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73B1 is #338C4E. Grayscale: #949494. Windows color (decimal): -3378255 or 11629516. OLE color: 11629516.

HSL color Cylindrical-coordinate representation of color #CC73B1: hue angle of 318.2º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73B1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204115177-
CMYK00.440.130.2
HSL318.2º46.6%62.55%-
HSV(B)318.2º43.63%80%-
XYZ38.9728.2745-
YUV148.68143.99167.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=41.13%
G=23.19%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411517700.440.130.2318.246.662.55
HexCC73B102CD1413e2f3f
Octal31416326105415244765777
Binary110011001110011101100010101100110110100100111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73B1; }

 p { color: rgb(204,115,177); }

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

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

 a { background-color: rgb(204,115,177); }

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

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

 span { border-color: rgb(204,115,177); }

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