#D985CE

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

Shades of Orchid #D985CE

Tints of Orchid #D985CE

Color information

#D985CE (or 0xD985CE) is unknown color: approx Orchid. HEX triplet: D9, 85 and CE. RGB value is (217,133,206). Sum of RGB (Red+Green+Blue) = 217+133+206=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D985CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985CE is #267A31. Grayscale: #A6A6A6. Windows color (decimal): -2521650 or 13534681. OLE color: 13534681.

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

Color convert

RGB217133206-
CMYK00.390.050.15
HSL307.86º52.5%68.63%-
HSV(B)307.86º38.71%85.1%-
XYZ48.1435.9862.8-
YUV166.44150.33164.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=39.03%
G=23.92%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713320600.390.050.15307.8652.568.63
HexD985CE0275F1343445
Octal33120531604751746464105
Binary110110011000010111001110010011110111111001101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985CE; }

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

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

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

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

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

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

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

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