#CD6EAA

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

Shades of Hopbush #CD6EAA

Tints of Hopbush #CD6EAA

Color information

#CD6EAA (or 0xCD6EAA) is unknown color: approx Hopbush. HEX triplet: CD, 6E and AA. RGB value is (205,110,170). Sum of RGB (Red+Green+Blue) = 205+110+170=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6EAA is #329155. Grayscale: #919191. Windows color (decimal): -3314006 or 11169485. OLE color: 11169485.

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

Color convert

RGB205110170-
CMYK00.460.170.20
HSL322.11º48.72%61.76%-
HSV(B)322.11º46.34%80.39%-
XYZ38.0127.0341.24-
YUV145.24141.97170.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=42.27%
G=22.68%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511017000.460.170.20322.1148.7261.76
HexCD6EAA02E1114142313e
Octal31515625205621245026176
Binary1100110111011101010101001011101000110100101000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EAA; }

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

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

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

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

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

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

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

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