#CD6497

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

Shades of Hopbush #CD6497

Tints of Hopbush #CD6497

Color information

#CD6497 (or 0xCD6497) is unknown color: approx Hopbush. HEX triplet: CD, 64 and 97. RGB value is (205,100,151). Sum of RGB (Red+Green+Blue) = 205+100+151=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6497 is #329B68. Grayscale: #898989. Windows color (decimal): -3316585 or 9921741. OLE color: 9921741.

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

Color convert

RGB205100151-
CMYK00.510.260.20
HSL330.86º51.22%59.8%-
HSV(B)330.86º51.22%80.39%-
XYZ35.3224.3332.11-
YUV137.21135.79176.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=44.96%
G=21.93%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510015100.510.260.20330.8651.2259.8
HexCD64970331A1414b333c
Octal31514422706332245136374
Binary1100110111001001001011101100111101010100101001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6497; }

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

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

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

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

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

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

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

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