#CD6790

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

Shades of Hopbush #CD6790

Tints of Hopbush #CD6790

Color information

#CD6790 (or 0xCD6790) is unknown color: approx Hopbush. HEX triplet: CD, 67 and 90. RGB value is (205,103,144). Sum of RGB (Red+Green+Blue) = 205+103+144=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6790 is #32986F. Grayscale: #8A8A8A. Windows color (decimal): -3315824 or 9463757. OLE color: 9463757.

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

Color convert

RGB205103144-
CMYK00.500.300.20
HSL335.88º50.5%60.39%-
HSV(B)335.88º49.76%80.39%-
XYZ35.0624.6929.3-
YUV138.17131.29175.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=45.35%
G=22.79%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510314400.500.300.20335.8850.560.39
HexCD67900321E14150323c
Octal31514722006236245206274
Binary1100110111001111001000001100101111010100101010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6790; }

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

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

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

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

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

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

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

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