#D586C6

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

Shades of Orchid #D586C6

Tints of Orchid #D586C6

Color information

#D586C6 (or 0xD586C6) is unknown color: approx Orchid. HEX triplet: D5, 86 and C6. RGB value is (213,134,198). Sum of RGB (Red+Green+Blue) = 213+134+198=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D586C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586C6 is #2A7939. Grayscale: #A4A4A4. Windows color (decimal): -2783546 or 13010645. OLE color: 13010645.

HSL color Cylindrical-coordinate representation of color #D586C6: hue angle of 311.39º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586C6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213134198-
CMYK00.370.070.16
HSL311.39º48.47%68.04%-
HSV(B)311.39º37.09%83.53%-
XYZ46.1635.2757.8-
YUV164.92146.67162.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=39.08%
G=24.59%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313419800.370.070.16311.3948.4768.04
HexD586C60257101373044
Octal32520630604572046760104
Binary1101010110000110110001100100101111100001001101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586C6; }

 p { color: rgb(213,134,198); }

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

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

 a { background-color: rgb(213,134,198); }

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

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

 span { border-color: rgb(213,134,198); }

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