#CB5EA7

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

Shades of Hopbush #CB5EA7

Tints of Hopbush #CB5EA7

Color information

#CB5EA7 (or 0xCB5EA7) is unknown color: approx Hopbush. HEX triplet: CB, 5E and A7. RGB value is (203,94,167). Sum of RGB (Red+Green+Blue) = 203+94+167=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EA7 is #34A158. Grayscale: #868686. Windows color (decimal): -3449177 or 10968779. OLE color: 10968779.

HSL color Cylindrical-coordinate representation of color #CB5EA7: hue angle of 319.82º 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 #CB5EA7 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20394167-
CMYK00.540.180.20
HSL319.82º51.17%58.24%-
HSV(B)319.82º53.69%79.61%-
XYZ35.6123.4939.22-
YUV134.91146.11176.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=43.75%
G=20.26%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039416700.540.180.20319.8251.1758.24
HexCB5EA70361214140333a
Octal31313624706622245006372
Binary1100101110111101010011101101101001010100101000000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EA7; }

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

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

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

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

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

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

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

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