#D983DE

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

Shades of Orchid #D983DE

Tints of Orchid #D983DE

Color information

#D983DE (or 0xD983DE) is unknown color: approx Orchid. HEX triplet: D9, 83 and DE. RGB value is (217,131,222). Sum of RGB (Red+Green+Blue) = 217+131+222=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #D983DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DE is #267C21. Grayscale: #A6A6A6. Windows color (decimal): -2522146 or 14582745. OLE color: 14582745.

HSL color Cylindrical-coordinate representation of color #D983DE: hue angle of 296.7º degrees, saturation: 0.58, 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 #D983DE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217131222-
CMYK0.020.4100.13
HSL296.7º57.96%69.22%-
HSV(B)296.7º40.99%87.06%-
XYZ49.9236.2673.47-
YUV167.09158.99163.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=38.07%
G=22.98%
B=38.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171312220.020.4100.13296.757.9669.22
HexD983DE2290D1293a45
Octal33120333625101545172105
Binary11011001100000111101111010101001011011001010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983DE; }

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

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

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

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

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

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

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

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