#CD74A8

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

Shades of Hopbush #CD74A8

Tints of Hopbush #CD74A8

Color information

#CD74A8 (or 0xCD74A8) is unknown color: approx Hopbush. HEX triplet: CD, 74 and A8. RGB value is (205,116,168). Sum of RGB (Red+Green+Blue) = 205+116+168=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD74A8 is #328B57. Grayscale: #949494. Windows color (decimal): -3312472 or 11039949. OLE color: 11039949.

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

Color convert

RGB205116168-
CMYK00.430.180.20
HSL324.94º47.09%62.94%-
HSV(B)324.94º43.41%80.39%-
XYZ38.4928.340.48-
YUV148.54138.99168.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=41.92%
G=23.72%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511616800.430.180.20324.9447.0962.94
HexCD74A802B12141452f3f
Octal31516425005322245055777
Binary1100110111101001010100001010111001010100101000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74A8; }

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

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

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

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

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

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

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

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