#D983D8

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

Shades of Orchid #D983D8

Tints of Orchid #D983D8

Color information

#D983D8 (or 0xD983D8) is unknown color: approx Orchid. HEX triplet: D9, 83 and D8. RGB value is (217,131,216). Sum of RGB (Red+Green+Blue) = 217+131+216=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D8 is #267C27. Grayscale: #A6A6A6. Windows color (decimal): -2522152 or 14189529. OLE color: 14189529.

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

Color convert

RGB217131216-
CMYK00.400.000.15
HSL300.7º53.09%68.24%-
HSV(B)300.7º39.63%85.1%-
XYZ49.1335.9469.31-
YUV166.4155.99164.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 131 (51.56% from 255) = 23.23%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=38.48%
G=23.23%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713121600.400.000.15300.753.0968.24
HexD983D80280F12d3544
Octal33120333005001745565104
Binary1101100110000011110110000101000011111001011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983D8; }

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

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

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

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

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

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

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

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