#CD6492

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

Shades of Hopbush #CD6492

Tints of Hopbush #CD6492

Color information

#CD6492 (or 0xCD6492) is unknown color: approx Hopbush. HEX triplet: CD, 64 and 92. RGB value is (205,100,146). Sum of RGB (Red+Green+Blue) = 205+100+146=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6492 is #329B6D. Grayscale: #888888. Windows color (decimal): -3316590 or 9594061. OLE color: 9594061.

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

Color convert

RGB205100146-
CMYK00.510.290.20
HSL333.71º51.22%59.8%-
HSV(B)333.71º51.22%80.39%-
XYZ34.9224.1730.02-
YUV136.64133.29176.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=45.45%
G=22.17%
B=32.37%

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
Decimal20510014600.510.290.20333.7151.2259.8
HexCD64920331D1414e333c
Octal31514422206335245166374
Binary1100110111001001001001001100111110110100101001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6492; }

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

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

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

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

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

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

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

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