#CC75B2

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

Shades of Hopbush #CC75B2

Tints of Hopbush #CC75B2

Color information

#CC75B2 (or 0xCC75B2) is unknown color: approx Hopbush. HEX triplet: CC, 75 and B2. RGB value is (204,117,178). Sum of RGB (Red+Green+Blue) = 204+117+178=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC75B2 is #338A4D. Grayscale: #959595. Windows color (decimal): -3377742 or 11695564. OLE color: 11695564.

HSL color Cylindrical-coordinate representation of color #CC75B2: hue angle of 317.93º 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 #CC75B2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204117178-
CMYK00.430.130.2
HSL317.93º46.03%62.94%-
HSV(B)317.93º42.65%80%-
XYZ39.328.7745.6-
YUV149.97143.82166.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=40.88%
G=23.45%
B=35.67%

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
Decimal20411717800.430.130.2317.9346.0362.94
HexCC75B202BD1413e2e3f
Octal31416526205315244765677
Binary110011001110101101100100101011110110100100111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75B2; }

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

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

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

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

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

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

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

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