#CD74B0

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

Shades of Hopbush #CD74B0

Tints of Hopbush #CD74B0

Color information

#CD74B0 (or 0xCD74B0) is unknown color: approx Hopbush. HEX triplet: CD, 74 and B0. RGB value is (205,116,176). Sum of RGB (Red+Green+Blue) = 205+116+176=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD74B0 is #328B4F. Grayscale: #959595. Windows color (decimal): -3312464 or 11564237. OLE color: 11564237.

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

Color convert

RGB205116176-
CMYK00.430.140.20
HSL319.55º47.09%62.94%-
HSV(B)319.55º43.41%80.39%-
XYZ39.2628.644.53-
YUV149.45142.99167.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=41.25%
G=23.34%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511617600.430.140.20319.5547.0962.94
HexCD74B002BE141402f3f
Octal31516426005316245005777
Binary110011011110100101100000101011111010100101000000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74B0; }

 p { color: rgb(205,116,176); }

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

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

 a { background-color: rgb(205,116,176); }

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

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

 span { border-color: rgb(205,116,176); }

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