#CB5D9D

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

Shades of Hopbush #CB5D9D

Tints of Hopbush #CB5D9D

Color information

#CB5D9D (or 0xCB5D9D) is unknown color: approx Hopbush. HEX triplet: CB, 5D and 9D. RGB value is (203,93,157). Sum of RGB (Red+Green+Blue) = 203+93+157=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D9D is #34A262. Grayscale: #858585. Windows color (decimal): -3449443 or 10313163. OLE color: 10313163.

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

Color convert

RGB20393157-
CMYK00.540.230.20
HSL325.09º51.4%58.04%-
HSV(B)325.09º54.19%79.61%-
XYZ34.6322.9634.5-
YUV133.19141.44177.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=44.81%
G=20.53%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039315700.540.230.20325.0951.458.04
HexCB5D9D0361714145333a
Octal31313523506627245056372
Binary1100101110111011001110101101101011110100101000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D9D; }

 p { color: rgb(203,93,157); }

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

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

 a { background-color: rgb(203,93,157); }

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

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

 span { border-color: rgb(203,93,157); }

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