#CD6593

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

Shades of Hopbush #CD6593

Tints of Hopbush #CD6593

Color information

#CD6593 (or 0xCD6593) is unknown color: approx Hopbush. HEX triplet: CD, 65 and 93. RGB value is (205,101,147). Sum of RGB (Red+Green+Blue) = 205+101+147=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6593 is #329A6C. Grayscale: #898989. Windows color (decimal): -3316333 or 9659853. OLE color: 9659853.

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

Color convert

RGB205101147-
CMYK00.510.280.20
HSL333.46º50.98%60%-
HSV(B)333.46º50.73%80.39%-
XYZ35.124.3930.46-
YUV137.34133.46176.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 147 (57.81% from 255) = 32.45%
R=45.25%
G=22.30%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510114700.510.280.20333.4650.9860
HexCD65930331C1414d333c
Octal31514522306334245156374
Binary1100110111001011001001101100111110010100101001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6593; }

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

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

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

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

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

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

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

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