#CB71B0

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

Shades of Hopbush #CB71B0

Tints of Hopbush #CB71B0

Color information

#CB71B0 (or 0xCB71B0) is unknown color: approx Hopbush. HEX triplet: CB, 71 and B0. RGB value is (203,113,176). Sum of RGB (Red+Green+Blue) = 203+113+176=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71B0 is #348E4F. Grayscale: #929292. Windows color (decimal): -3444304 or 11563467. OLE color: 11563467.

HSL color Cylindrical-coordinate representation of color #CB71B0: hue angle of 318º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB71B0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203113176-
CMYK00.440.130.20
HSL318º46.39%61.96%-
HSV(B)318º44.33%79.61%-
XYZ38.3727.6444.39-
YUV147.09144.32167.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=41.26%
G=22.97%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311317600.440.130.2031846.3961.96
HexCB71B002CD1413e2e3e
Octal31316126005415244765676
Binary110010111110001101100000101100110110100100111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71B0; }

 p { color: rgb(203,113,176); }

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

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

 a { background-color: rgb(203,113,176); }

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

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

 span { border-color: rgb(203,113,176); }

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