#CD6490

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

Shades of Hopbush #CD6490

Tints of Hopbush #CD6490

Color information

#CD6490 (or 0xCD6490) is unknown color: approx Hopbush. HEX triplet: CD, 64 and 90. RGB value is (205,100,144). Sum of RGB (Red+Green+Blue) = 205+100+144=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6490 is #329B6F. Grayscale: #888888. Windows color (decimal): -3316592 or 9462989. OLE color: 9462989.

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

Color convert

RGB205100144-
CMYK00.510.300.20
HSL334.86º51.22%59.8%-
HSV(B)334.86º51.22%80.39%-
XYZ34.7724.1129.21-
YUV136.41132.29176.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=45.66%
G=22.27%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510014400.510.300.20334.8651.2259.8
HexCD64900331E1414f333c
Octal31514422006336245176374
Binary1100110111001001001000001100111111010100101001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6490; }

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

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

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

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

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

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

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

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