#D983DB

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

Shades of Orchid #D983DB

Tints of Orchid #D983DB

Color information

#D983DB (or 0xD983DB) is unknown color: approx Orchid. HEX triplet: D9, 83 and DB. RGB value is (217,131,219). Sum of RGB (Red+Green+Blue) = 217+131+219=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D983DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DB is #267C24. Grayscale: #A6A6A6. Windows color (decimal): -2522149 or 14386137. OLE color: 14386137.

HSL color Cylindrical-coordinate representation of color #D983DB: hue angle of 298.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983DB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217131219-
CMYK0.010.4000.14
HSL298.64º55%68.63%-
HSV(B)298.64º40.18%85.88%-
XYZ49.5236.171.38-
YUV166.75157.49163.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=38.27%
G=23.10%
B=38.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171312190.010.4000.14298.645568.63
HexD983DB1280E12b3745
Octal33120333315001645367105
Binary1101100110000011110110111101000011101001010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983DB; }

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

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

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

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

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

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

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

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