#CB71A7

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

Shades of Hopbush #CB71A7

Tints of Hopbush #CB71A7

Color information

#CB71A7 (or 0xCB71A7) is unknown color: approx Hopbush. HEX triplet: CB, 71 and A7. RGB value is (203,113,167). Sum of RGB (Red+Green+Blue) = 203+113+167=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71A7 is #348E58. Grayscale: #919191. Windows color (decimal): -3444313 or 10973643. OLE color: 10973643.

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

Color convert

RGB203113167-
CMYK00.440.180.20
HSL324º46.39%61.96%-
HSV(B)324º44.33%79.61%-
XYZ37.5127.339.85-
YUV146.07139.82168.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=42.03%
G=23.40%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311316700.440.180.2032446.3961.96
HexCB71A702C12141442e3e
Octal31316124705422245045676
Binary1100101111100011010011101011001001010100101000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71A7; }

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

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

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

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

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

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

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

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