#D883DB

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

Shades of Orchid #D883DB

Tints of Orchid #D883DB

Color information

#D883DB (or 0xD883DB) is unknown color: approx Orchid. HEX triplet: D8, 83 and DB. RGB value is (216,131,219). Sum of RGB (Red+Green+Blue) = 216+131+219=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D883DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883DB is #277C24. Grayscale: #A6A6A6. Windows color (decimal): -2587685 or 14386136. OLE color: 14386136.

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

Color convert

RGB216131219-
CMYK0.010.4000.14
HSL297.95º55%68.63%-
HSV(B)297.95º40.18%85.88%-
XYZ49.2235.9571.36-
YUV166.45157.66163.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=38.16%
G=23.14%
B=38.69%

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
Decimal2161312190.010.4000.14297.955568.63
HexD883DB1280E12a3745
Octal33020333315001645267105
Binary1101100010000011110110111101000011101001010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883DB; }

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

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

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

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

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

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

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

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