#D983D1

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

Shades of Orchid #D983D1

Tints of Orchid #D983D1

Color information

#D983D1 (or 0xD983D1) is unknown color: approx Orchid. HEX triplet: D9, 83 and D1. RGB value is (217,131,209). Sum of RGB (Red+Green+Blue) = 217+131+209=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D1 is #267C2E. Grayscale: #A5A5A5. Windows color (decimal): -2522159 or 13730777. OLE color: 13730777.

HSL color Cylindrical-coordinate representation of color #D983D1: hue angle of 305.58º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983D1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217131209-
CMYK00.400.040.15
HSL305.58º53.09%68.24%-
HSV(B)305.58º39.63%85.1%-
XYZ48.2435.5964.65-
YUV165.61152.49164.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=38.96%
G=23.52%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713120900.400.040.15305.5853.0968.24
HexD983D10284F1323544
Octal33120332105041746265104
Binary110110011000001111010001010100010011111001100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983D1; }

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

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

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

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

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

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

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

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