#CD6AAD

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

Shades of Hopbush #CD6AAD

Tints of Hopbush #CD6AAD

Color information

#CD6AAD (or 0xCD6AAD) is unknown color: approx Hopbush. HEX triplet: CD, 6A and AD. RGB value is (205,106,173). Sum of RGB (Red+Green+Blue) = 205+106+173=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6AAD is #329552. Grayscale: #8F8F8F. Windows color (decimal): -3315027 or 11365069. OLE color: 11365069.

HSL color Cylindrical-coordinate representation of color #CD6AAD: hue angle of 319.39º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6AAD is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205106173-
CMYK00.480.160.20
HSL319.39º49.75%60.98%-
HSV(B)319.39º48.29%80.39%-
XYZ37.8726.342.62-
YUV143.24144.8172.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=42.36%
G=21.90%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510617300.480.160.20319.3949.7560.98
HexCD6AAD030101413f323d
Octal31515225506020244776275
Binary1100110111010101010110101100001000010100100111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AAD; }

 p { color: rgb(205,106,173); }

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

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

 a { background-color: rgb(205,106,173); }

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

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

 span { border-color: rgb(205,106,173); }

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