#CD6285

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

Shades of Hopbush #CD6285

Tints of Hopbush #CD6285

Color information

#CD6285 (or 0xCD6285) is unknown color: approx Hopbush. HEX triplet: CD, 62 and 85. RGB value is (205,98,133). Sum of RGB (Red+Green+Blue) = 205+98+133=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6285 is #329D7A. Grayscale: #858585. Windows color (decimal): -3317115 or 8741581. OLE color: 8741581.

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

Color convert

RGB20598133-
CMYK00.520.350.20
HSL340.37º51.69%59.41%-
HSV(B)340.37º52.2%80.39%-
XYZ33.7823.4124.93-
YUV133.98127.45178.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=47.02%
G=22.48%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059813300.520.350.20340.3751.6959.41
HexCD62850342314154343b
Octal31514220506443245246473
Binary11001101110001010000101011010010001110100101010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6285; }

 p { color: rgb(205,98,133); }

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

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

 a { background-color: rgb(205,98,133); }

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

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

 span { border-color: rgb(205,98,133); }

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