#D983DF

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

Shades of Orchid #D983DF

Tints of Orchid #D983DF

Color information

#D983DF (or 0xD983DF) is unknown color: approx Orchid. HEX triplet: D9, 83 and DF. RGB value is (217,131,223). Sum of RGB (Red+Green+Blue) = 217+131+223=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D983DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DF is #267C20. Grayscale: #A6A6A6. Windows color (decimal): -2522145 or 14648281. OLE color: 14648281.

HSL color Cylindrical-coordinate representation of color #D983DF: hue angle of 296.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D983DF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217131223-
CMYK0.030.4100.13
HSL296.09º58.97%69.41%-
HSV(B)296.09º41.26%87.45%-
XYZ50.0536.3174.18-
YUV167.2159.49163.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=38.00%
G=22.94%
B=39.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171312230.030.4100.13296.0958.9769.41
HexD983DF3290D1283b45
Octal33120333735101545073105
Binary11011001100000111101111111101001011011001010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983DF; }

 p { color: rgb(217,131,223); }

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

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

 a { background-color: rgb(217,131,223); }

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

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

 span { border-color: rgb(217,131,223); }

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