#D985D1

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

Shades of Orchid #D985D1

Tints of Orchid #D985D1

Color information

#D985D1 (or 0xD985D1) is unknown color: approx Orchid. HEX triplet: D9, 85 and D1. RGB value is (217,133,209). Sum of RGB (Red+Green+Blue) = 217+133+209=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D985D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985D1 is #267A2E. Grayscale: #A6A6A6. Windows color (decimal): -2521647 or 13731289. OLE color: 13731289.

HSL color Cylindrical-coordinate representation of color #D985D1: hue angle of 305.71º 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 #D985D1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217133209-
CMYK00.390.040.15
HSL305.71º52.5%68.63%-
HSV(B)305.71º38.71%85.1%-
XYZ48.5136.1364.74-
YUV166.78151.83163.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=38.82%
G=23.79%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713320900.390.040.15305.7152.568.63
HexD985D10274F1323445
Octal33120532104741746264105
Binary110110011000010111010001010011110011111001100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985D1; }

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

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

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

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

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

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

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

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