#CD6EAE

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

Shades of Hopbush #CD6EAE

Tints of Hopbush #CD6EAE

Color information

#CD6EAE (or 0xCD6EAE) is unknown color: approx Hopbush. HEX triplet: CD, 6E and AE. RGB value is (205,110,174). Sum of RGB (Red+Green+Blue) = 205+110+174=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6EAE is #329151. Grayscale: #919191. Windows color (decimal): -3314002 or 11431629. OLE color: 11431629.

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

Color convert

RGB205110174-
CMYK00.460.150.20
HSL319.58º48.72%61.76%-
HSV(B)319.58º46.34%80.39%-
XYZ38.3927.1943.27-
YUV145.7143.97170.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=41.92%
G=22.49%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511017400.460.150.20319.5848.7261.76
HexCD6EAE02EF14140313e
Octal31515625605617245006176
Binary110011011101110101011100101110111110100101000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EAE; }

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

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

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

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

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

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

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

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