#CD6DA7

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

Shades of Hopbush #CD6DA7

Tints of Hopbush #CD6DA7

Color information

#CD6DA7 (or 0xCD6DA7) is unknown color: approx Hopbush. HEX triplet: CD, 6D and A7. RGB value is (205,109,167). Sum of RGB (Red+Green+Blue) = 205+109+167=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6DA7 is #329258. Grayscale: #909090. Windows color (decimal): -3314265 or 10972621. OLE color: 10972621.

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

Color convert

RGB205109167-
CMYK00.470.190.20
HSL323.75º48.98%61.57%-
HSV(B)323.75º46.83%80.39%-
XYZ37.6226.7139.73-
YUV144.32140.8171.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 167 (65.62% from 255) = 34.72%
R=42.62%
G=22.66%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510916700.470.190.20323.7548.9861.57
HexCD6DA702F1314144313e
Octal31515524705723245046176
Binary1100110111011011010011101011111001110100101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DA7; }

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

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

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

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

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

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

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

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