#D985D0

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

Shades of Orchid #D985D0

Tints of Orchid #D985D0

Color information

#D985D0 (or 0xD985D0) is unknown color: approx Orchid. HEX triplet: D9, 85 and D0. RGB value is (217,133,208). Sum of RGB (Red+Green+Blue) = 217+133+208=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D985D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985D0 is #267A2F. Grayscale: #A6A6A6. Windows color (decimal): -2521648 or 13665753. OLE color: 13665753.

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

Color convert

RGB217133208-
CMYK00.390.040.15
HSL306.43º52.5%68.63%-
HSV(B)306.43º38.71%85.1%-
XYZ48.3936.0864.09-
YUV166.67151.33163.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=38.89%
G=23.84%
B=37.28%

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
Decimal21713320800.390.040.15306.4352.568.63
HexD985D00274F1323445
Octal33120532004741746264105
Binary110110011000010111010000010011110011111001100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985D0; }

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

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

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

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

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

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

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

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