#CC75B1

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

Shades of Hopbush #CC75B1

Tints of Hopbush #CC75B1

Color information

#CC75B1 (or 0xCC75B1) is unknown color: approx Hopbush. HEX triplet: CC, 75 and B1. RGB value is (204,117,177). Sum of RGB (Red+Green+Blue) = 204+117+177=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC75B1 is #338A4E. Grayscale: #959595. Windows color (decimal): -3377743 or 11630028. OLE color: 11630028.

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

Color convert

RGB204117177-
CMYK00.430.130.2
HSL318.62º46.03%62.94%-
HSV(B)318.62º42.65%80%-
XYZ39.228.7345.08-
YUV149.85143.32166.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=40.96%
G=23.49%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411717700.430.130.2318.6246.0362.94
HexCC75B102BD1413f2e3f
Octal31416526105315244775677
Binary110011001110101101100010101011110110100100111111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75B1; }

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

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

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

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

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

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

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

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