#CB63AA

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

Shades of Hopbush #CB63AA

Tints of Hopbush #CB63AA

Color information

#CB63AA (or 0xCB63AA) is unknown color: approx Hopbush. HEX triplet: CB, 63 and AA. RGB value is (203,99,170). Sum of RGB (Red+Green+Blue) = 203+99+170=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63AA is #349C55. Grayscale: #8A8A8A. Windows color (decimal): -3447894 or 11166667. OLE color: 11166667.

HSL color Cylindrical-coordinate representation of color #CB63AA: hue angle of 319.04º degrees, saturation: 0.5, 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 #CB63AA is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20399170-
CMYK00.510.160.20
HSL319.04º50%59.22%-
HSV(B)319.04º51.23%79.61%-
XYZ36.3524.5240.85-
YUV138.19145.96174.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=43.01%
G=20.97%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039917000.510.160.20319.045059.22
HexCB63AA033101413f323b
Octal31314325206320244776273
Binary1100101111000111010101001100111000010100100111111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63AA; }

 p { color: rgb(203,99,170); }

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

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

 a { background-color: rgb(203,99,170); }

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

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

 span { border-color: rgb(203,99,170); }

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