#CD7493

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

Shades of Hopbush #CD7493

Tints of Hopbush #CD7493

Color information

#CD7493 (or 0xCD7493) is unknown color: approx Hopbush. HEX triplet: CD, 74 and 93. RGB value is (205,116,147). Sum of RGB (Red+Green+Blue) = 205+116+147=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7493 is #328B6C. Grayscale: #929292. Windows color (decimal): -3312493 or 9663693. OLE color: 9663693.

HSL color Cylindrical-coordinate representation of color #CD7493: hue angle of 339.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7493 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205116147-
CMYK00.430.280.20
HSL339.1º47.09%62.94%-
HSV(B)339.1º43.41%80.39%-
XYZ36.6927.5830.99-
YUV146.15128.49169.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=43.80%
G=24.79%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511614700.430.280.20339.147.0962.94
HexCD749302B1C141532f3f
Octal31516422305334245235777
Binary1100110111101001001001101010111110010100101010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7493; }

 p { color: rgb(205,116,147); }

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

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

 a { background-color: rgb(205,116,147); }

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

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

 span { border-color: rgb(205,116,147); }

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