#CD6E9D

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

Shades of Hopbush #CD6E9D

Tints of Hopbush #CD6E9D

Color information

#CD6E9D (or 0xCD6E9D) is unknown color: approx Hopbush. HEX triplet: CD, 6E and 9D. RGB value is (205,110,157). Sum of RGB (Red+Green+Blue) = 205+110+157=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6E9D is #329162. Grayscale: #8F8F8F. Windows color (decimal): -3314019 or 10317517. OLE color: 10317517.

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

Color convert

RGB205110157-
CMYK00.460.230.20
HSL330.32º48.72%61.76%-
HSV(B)330.32º46.34%80.39%-
XYZ36.8426.5735.08-
YUV143.76135.47171.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=43.43%
G=23.31%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511015700.460.230.20330.3248.7261.76
HexCD6E9D02E171414a313e
Octal31515623505627245126176
Binary1100110111011101001110101011101011110100101001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E9D; }

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

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

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

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

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

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

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

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