#CB6DAF

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

Shades of Hopbush #CB6DAF

Tints of Hopbush #CB6DAF

Color information

#CB6DAF (or 0xCB6DAF) is unknown color: approx Hopbush. HEX triplet: CB, 6D and AF. RGB value is (203,109,175). Sum of RGB (Red+Green+Blue) = 203+109+175=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6DAF is #349250. Grayscale: #909090. Windows color (decimal): -3445329 or 11496907. OLE color: 11496907.

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

Color convert

RGB203109175-
CMYK00.460.140.20
HSL317.87º47.47%61.18%-
HSV(B)317.87º46.31%79.61%-
XYZ37.8426.7343.72-
YUV144.63145.14169.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 109 (42.97% from 255) = 22.38%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=41.68%
G=22.38%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310917500.460.140.20317.8747.4761.18
HexCB6DAF02EE1413e2f3d
Octal31315525705616244765775
Binary110010111101101101011110101110111010100100111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DAF; }

 p { color: rgb(203,109,175); }

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

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

 a { background-color: rgb(203,109,175); }

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

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

 span { border-color: rgb(203,109,175); }

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