#CD6391

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

Shades of Hopbush #CD6391

Tints of Hopbush #CD6391

Color information

#CD6391 (or 0xCD6391) is unknown color: approx Hopbush. HEX triplet: CD, 63 and 91. RGB value is (205,99,145). Sum of RGB (Red+Green+Blue) = 205+99+145=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6391 is #329C6E. Grayscale: #878787. Windows color (decimal): -3316847 or 9528269. OLE color: 9528269.

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

Color convert

RGB20599145-
CMYK00.520.290.20
HSL333.96º51.46%59.61%-
HSV(B)333.96º51.71%80.39%-
XYZ34.7523.9529.58-
YUV135.94133.12177.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=45.66%
G=22.05%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059914500.520.290.20333.9651.4659.61
HexCD63910341D1414e333c
Octal31514322106435245166374
Binary1100110111000111001000101101001110110100101001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6391; }

 p { color: rgb(205,99,145); }

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

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

 a { background-color: rgb(205,99,145); }

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

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

 span { border-color: rgb(205,99,145); }

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