#D586C1

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

Shades of Orchid #D586C1

Tints of Orchid #D586C1

Color information

#D586C1 (or 0xD586C1) is unknown color: approx Orchid. HEX triplet: D5, 86 and C1. RGB value is (213,134,193). Sum of RGB (Red+Green+Blue) = 213+134+193=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D586C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586C1 is #2A793E. Grayscale: #A4A4A4. Windows color (decimal): -2783551 or 12682965. OLE color: 12682965.

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

Color convert

RGB213134193-
CMYK00.370.090.16
HSL315.19º48.47%68.04%-
HSV(B)315.19º37.09%83.53%-
XYZ45.5935.0554.81-
YUV164.35144.17162.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=39.44%
G=24.81%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313419300.370.090.16315.1948.4768.04
HexD586C102591013b3044
Octal325206301045112047360104
Binary11010101100001101100000101001011001100001001110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586C1; }

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

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

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

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

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

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

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

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