#D985D5

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

Shades of Orchid #D985D5

Tints of Orchid #D985D5

Color information

#D985D5 (or 0xD985D5) is unknown color: approx Orchid. HEX triplet: D9, 85 and D5. RGB value is (217,133,213). Sum of RGB (Red+Green+Blue) = 217+133+213=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D985D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985D5 is #267A2A. Grayscale: #A7A7A7. Windows color (decimal): -2521643 or 13993433. OLE color: 13993433.

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

Color convert

RGB217133213-
CMYK00.390.020.15
HSL302.86º52.5%68.63%-
HSV(B)302.86º38.71%85.1%-
XYZ49.0136.3367.38-
YUV167.24153.83163.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=38.54%
G=23.62%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713321300.390.020.15302.8652.568.63
HexD985D50272F12f3445
Octal33120532504721745764105
Binary11011001100001011101010101001111011111001011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985D5; }

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

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

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

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

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

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

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

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