#CC70B1

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

Shades of Hopbush #CC70B1

Tints of Hopbush #CC70B1

Color information

#CC70B1 (or 0xCC70B1) is unknown color: approx Hopbush. HEX triplet: CC, 70 and B1. RGB value is (204,112,177). Sum of RGB (Red+Green+Blue) = 204+112+177=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70B1 is #338F4E. Grayscale: #929292. Windows color (decimal): -3379023 or 11628748. OLE color: 11628748.

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

Color convert

RGB204112177-
CMYK00.450.130.2
HSL317.61º47.42%61.96%-
HSV(B)317.61º45.1%80%-
XYZ38.6327.644.89-
YUV146.92144.98168.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=41.38%
G=22.72%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411217700.450.130.2317.6147.4261.96
HexCC70B102DD1413e2f3e
Octal31416026105515244765776
Binary110011001110000101100010101101110110100100111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70B1; }

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

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

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

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

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

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

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

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