#D983D5

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

Shades of Orchid #D983D5

Tints of Orchid #D983D5

Color information

#D983D5 (or 0xD983D5) is unknown color: approx Orchid. HEX triplet: D9, 83 and D5. RGB value is (217,131,213). Sum of RGB (Red+Green+Blue) = 217+131+213=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D5 is #267C2A. Grayscale: #A5A5A5. Windows color (decimal): -2522155 or 13992921. OLE color: 13992921.

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

Color convert

RGB217131213-
CMYK00.400.020.15
HSL302.79º53.09%68.24%-
HSV(B)302.79º39.63%85.1%-
XYZ48.7435.7967.29-
YUV166.06154.49164.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=38.68%
G=23.35%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713121300.400.020.15302.7953.0968.24
HexD983D50282F12f3544
Octal33120332505021745765104
Binary11011001100000111101010101010001011111001011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983D5; }

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

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

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

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

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

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

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

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