#D985DD

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

Shades of Orchid #D985DD

Tints of Orchid #D985DD

Color information

#D985DD (or 0xD985DD) is unknown color: approx Orchid. HEX triplet: D9, 85 and DD. RGB value is (217,133,221). Sum of RGB (Red+Green+Blue) = 217+133+221=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D985DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985DD is #267A22. Grayscale: #A7A7A7. Windows color (decimal): -2521635 or 14517721. OLE color: 14517721.

HSL color Cylindrical-coordinate representation of color #D985DD: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D985DD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217133221-
CMYK0.020.4000.13
HSL297.27º56.41%69.41%-
HSV(B)297.27º39.82%86.67%-
XYZ50.0536.7572.86-
YUV168.15157.83162.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=38.00%
G=23.29%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171332210.020.4000.13297.2756.4169.41
HexD985DD2280D1293845
Octal33120533525001545170105
Binary11011001100001011101110110101000011011001010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985DD; }

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

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

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

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

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

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

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

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