#CB6FAD

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

Shades of Hopbush #CB6FAD

Tints of Hopbush #CB6FAD

Color information

#CB6FAD (or 0xCB6FAD) is unknown color: approx Hopbush. HEX triplet: CB, 6F and AD. RGB value is (203,111,173). Sum of RGB (Red+Green+Blue) = 203+111+173=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6FAD is #349052. Grayscale: #919191. Windows color (decimal): -3444819 or 11366347. OLE color: 11366347.

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

Color convert

RGB203111173-
CMYK00.450.150.20
HSL319.57º46.94%61.57%-
HSV(B)319.57º45.32%79.61%-
XYZ37.8627.0842.77-
YUV145.58143.48168.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=41.68%
G=22.79%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311117300.450.150.20319.5746.9461.57
HexCB6FAD02DF141402f3e
Octal31315725505517245005776
Binary110010111101111101011010101101111110100101000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FAD; }

 p { color: rgb(203,111,173); }

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

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

 a { background-color: rgb(203,111,173); }

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

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

 span { border-color: rgb(203,111,173); }

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