#CD70AE

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

Shades of Hopbush #CD70AE

Tints of Hopbush #CD70AE

Color information

#CD70AE (or 0xCD70AE) is unknown color: approx Hopbush. HEX triplet: CD, 70 and AE. RGB value is (205,112,174). Sum of RGB (Red+Green+Blue) = 205+112+174=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD70AE is #328F51. Grayscale: #929292. Windows color (decimal): -3313490 or 11432141. OLE color: 11432141.

HSL color Cylindrical-coordinate representation of color #CD70AE: hue angle of 320º degrees, saturation: 0.48, 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 #CD70AE is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205112174-
CMYK00.450.150.20
HSL320º48.19%62.16%-
HSV(B)320º45.37%80.39%-
XYZ38.6127.6243.34-
YUV146.88143.31169.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=41.75%
G=22.81%
B=35.44%

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
Decimal20511217400.450.150.2032048.1962.16
HexCD70AE02DF14140303e
Octal31516025605517245006076
Binary110011011110000101011100101101111110100101000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70AE; }

 p { color: rgb(205,112,174); }

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

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

 a { background-color: rgb(205,112,174); }

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

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

 span { border-color: rgb(205,112,174); }

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