#CD6D9D

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

Shades of Hopbush #CD6D9D

Tints of Hopbush #CD6D9D

Color information

#CD6D9D (or 0xCD6D9D) is unknown color: approx Hopbush. HEX triplet: CD, 6D and 9D. RGB value is (205,109,157). Sum of RGB (Red+Green+Blue) = 205+109+157=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6D9D is #329262. Grayscale: #8F8F8F. Windows color (decimal): -3314275 or 10317261. OLE color: 10317261.

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

Color convert

RGB205109157-
CMYK00.470.230.20
HSL330º48.98%61.57%-
HSV(B)330º46.83%80.39%-
XYZ36.7326.3535.05-
YUV143.18135.8172.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=43.52%
G=23.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510915700.470.230.2033048.9861.57
HexCD6D9D02F171414a313e
Octal31515523505727245126176
Binary1100110111011011001110101011111011110100101001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D9D; }

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

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

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

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

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

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

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

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