#D586C8

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

Shades of Orchid #D586C8

Tints of Orchid #D586C8

Color information

#D586C8 (or 0xD586C8) is unknown color: approx Orchid. HEX triplet: D5, 86 and C8. RGB value is (213,134,200). Sum of RGB (Red+Green+Blue) = 213+134+200=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D586C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586C8 is #2A7937. Grayscale: #A4A4A4. Windows color (decimal): -2783544 or 13141717. OLE color: 13141717.

HSL color Cylindrical-coordinate representation of color #D586C8: hue angle of 309.87º 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 #D586C8 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213134200-
CMYK00.370.060.16
HSL309.87º48.47%68.04%-
HSV(B)309.87º37.09%83.53%-
XYZ46.3935.3759.02-
YUV165.14147.67162.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=38.94%
G=24.50%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313420000.370.060.16309.8748.4768.04
HexD586C80256101363044
Octal32520631004562046660104
Binary1101010110000110110010000100101110100001001101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586C8; }

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

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

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

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

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

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

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

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