#CA63A1

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

Shades of Hopbush #CA63A1

Tints of Hopbush #CA63A1

Color information

#CA63A1 (or 0xCA63A1) is unknown color: approx Hopbush. HEX triplet: CA, 63 and A1. RGB value is (202,99,161). Sum of RGB (Red+Green+Blue) = 202+99+161=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63A1 is #359C5E. Grayscale: #888888. Windows color (decimal): -3513439 or 10576842. OLE color: 10576842.

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

Color convert

RGB20299161-
CMYK00.510.200.21
HSL323.88º49.28%59.02%-
HSV(B)323.88º50.99%79.22%-
XYZ35.2524.0536.5-
YUV136.86141.62174.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=43.72%
G=21.43%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029916100.510.200.21323.8849.2859.02
HexCA63A10331415144313b
Octal31214324106324255046173
Binary1100101011000111010000101100111010010101101000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63A1; }

 p { color: rgb(202,99,161); }

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

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

 a { background-color: rgb(202,99,161); }

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

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

 span { border-color: rgb(202,99,161); }

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