#CD6486

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

Shades of Hopbush #CD6486

Tints of Hopbush #CD6486

Color information

#CD6486 (or 0xCD6486) is unknown color: approx Hopbush. HEX triplet: CD, 64 and 86. RGB value is (205,100,134). Sum of RGB (Red+Green+Blue) = 205+100+134=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6486 is #329B79. Grayscale: #878787. Windows color (decimal): -3316602 or 8807629. OLE color: 8807629.

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

Color convert

RGB205100134-
CMYK00.510.350.20
HSL340.57º51.22%59.8%-
HSV(B)340.57º51.22%80.39%-
XYZ34.0423.8125.36-
YUV135.27127.29177.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=46.70%
G=22.78%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510013400.510.350.20340.5751.2259.8
HexCD64860332314155333c
Octal31514420606343245256374
Binary11001101110010010000110011001110001110100101010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6486; }

 p { color: rgb(205,100,134); }

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

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

 a { background-color: rgb(205,100,134); }

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

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

 span { border-color: rgb(205,100,134); }

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