#CD6390

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

Shades of Hopbush #CD6390

Tints of Hopbush #CD6390

Color information

#CD6390 (or 0xCD6390) is unknown color: approx Hopbush. HEX triplet: CD, 63 and 90. RGB value is (205,99,144). Sum of RGB (Red+Green+Blue) = 205+99+144=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6390 is #329C6F. Grayscale: #878787. Windows color (decimal): -3316848 or 9462733. OLE color: 9462733.

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

Color convert

RGB20599144-
CMYK00.520.300.20
HSL334.53º51.46%59.61%-
HSV(B)334.53º51.71%80.39%-
XYZ34.6723.9229.17-
YUV135.82132.62177.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=45.76%
G=22.10%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059914400.520.300.20334.5351.4659.61
HexCD63900341E1414f333c
Octal31514322006436245176374
Binary1100110111000111001000001101001111010100101001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6390; }

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

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

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

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

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

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

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

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