#CD6491

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

Shades of Hopbush #CD6491

Tints of Hopbush #CD6491

Color information

#CD6491 (or 0xCD6491) is unknown color: approx Hopbush. HEX triplet: CD, 64 and 91. RGB value is (205,100,145). Sum of RGB (Red+Green+Blue) = 205+100+145=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6491 is #329B6E. Grayscale: #888888. Windows color (decimal): -3316591 or 9528525. OLE color: 9528525.

HSL color Cylindrical-coordinate representation of color #CD6491: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6491 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205100145-
CMYK00.510.290.20
HSL334.29º51.22%59.8%-
HSV(B)334.29º51.22%80.39%-
XYZ34.8424.1429.61-
YUV136.52132.79176.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=45.56%
G=22.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510014500.510.290.20334.2951.2259.8
HexCD64910331D1414e333c
Octal31514422106335245166374
Binary1100110111001001001000101100111110110100101001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6491; }

 p { color: rgb(205,100,145); }

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

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

 a { background-color: rgb(205,100,145); }

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

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

 span { border-color: rgb(205,100,145); }

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