#CB5EA4

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

Shades of Hopbush #CB5EA4

Tints of Hopbush #CB5EA4

Color information

#CB5EA4 (or 0xCB5EA4) is unknown color: approx Hopbush. HEX triplet: CB, 5E and A4. RGB value is (203,94,164). Sum of RGB (Red+Green+Blue) = 203+94+164=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EA4 is #34A15B. Grayscale: #868686. Windows color (decimal): -3449180 or 10772171. OLE color: 10772171.

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

Color convert

RGB20394164-
CMYK00.540.190.20
HSL321.47º51.17%58.24%-
HSV(B)321.47º53.69%79.61%-
XYZ35.3323.3837.77-
YUV134.57144.61176.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=44.03%
G=20.39%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039416400.540.190.20321.4751.1758.24
HexCB5EA40361314141333a
Octal31313624406623245016372
Binary1100101110111101010010001101101001110100101000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EA4; }

 p { color: rgb(203,94,164); }

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

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

 a { background-color: rgb(203,94,164); }

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

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

 span { border-color: rgb(203,94,164); }

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