#CC6DB0

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

Shades of Hopbush #CC6DB0

Tints of Hopbush #CC6DB0

Color information

#CC6DB0 (or 0xCC6DB0) is unknown color: approx Hopbush. HEX triplet: CC, 6D and B0. RGB value is (204,109,176). Sum of RGB (Red+Green+Blue) = 204+109+176=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DB0 is #33924F. Grayscale: #909090. Windows color (decimal): -3379792 or 11562444. OLE color: 11562444.

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

Color convert

RGB204109176-
CMYK00.470.140.2
HSL317.68º48.22%61.37%-
HSV(B)317.68º46.57%80%-
XYZ38.2126.9144.25-
YUV145.04145.47170.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=41.72%
G=22.29%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410917600.470.140.2317.6848.2261.37
HexCC6DB002FE1413e303d
Octal31415526005716244766075
Binary110011001101101101100000101111111010100100111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DB0; }

 p { color: rgb(204,109,176); }

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

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

 a { background-color: rgb(204,109,176); }

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

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

 span { border-color: rgb(204,109,176); }

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