#CC63A4

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

Shades of Hopbush #CC63A4

Tints of Hopbush #CC63A4

Color information

#CC63A4 (or 0xCC63A4) is unknown color: approx Hopbush. HEX triplet: CC, 63 and A4. RGB value is (204,99,164). Sum of RGB (Red+Green+Blue) = 204+99+164=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63A4 is #339C5B. Grayscale: #898989. Windows color (decimal): -3382364 or 10773452. OLE color: 10773452.

HSL color Cylindrical-coordinate representation of color #CC63A4: hue angle of 322.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63A4 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB20499164-
CMYK00.510.200.2
HSL322.86º50.72%59.41%-
HSV(B)322.86º51.47%80%-
XYZ36.0624.4437.94-
YUV137.8142.79175.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=43.68%
G=21.20%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049916400.510.200.2322.8650.7259.41
HexCC63A40331414143333b
Octal31414324406324245036373
Binary1100110011000111010010001100111010010100101000011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63A4; }

 p { color: rgb(204,99,164); }

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

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

 a { background-color: rgb(204,99,164); }

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

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

 span { border-color: rgb(204,99,164); }

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