#D985C6

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

Shades of Orchid #D985C6

Tints of Orchid #D985C6

Color information

#D985C6 (or 0xD985C6) is unknown color: approx Orchid. HEX triplet: D9, 85 and C6. RGB value is (217,133,198). Sum of RGB (Red+Green+Blue) = 217+133+198=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D985C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985C6 is #267A39. Grayscale: #A5A5A5. Windows color (decimal): -2521658 or 13010393. OLE color: 13010393.

HSL color Cylindrical-coordinate representation of color #D985C6: hue angle of 313.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985C6 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217133198-
CMYK00.390.090.15
HSL313.57º52.5%68.63%-
HSV(B)313.57º38.71%85.1%-
XYZ47.235.657.81-
YUV165.53146.33164.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 198 (77.73% from 255) = 36.13%
R=39.60%
G=24.27%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713319800.390.090.15313.5752.568.63
HexD985C60279F13a3445
Octal331205306047111747264105
Binary1101100110000101110001100100111100111111001110101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985C6; }

 p { color: rgb(217,133,198); }

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

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

 a { background-color: rgb(217,133,198); }

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

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

 span { border-color: rgb(217,133,198); }

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