#D581DB

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

Shades of Orchid #D581DB

Tints of Orchid #D581DB

Color information

#D581DB (or 0xD581DB) is unknown color: approx Orchid. HEX triplet: D5, 81 and DB. RGB value is (213,129,219). Sum of RGB (Red+Green+Blue) = 213+129+219=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D581DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DB is #2A7E24. Grayscale: #A4A4A4. Windows color (decimal): -2784805 or 14385621. OLE color: 14385621.

HSL color Cylindrical-coordinate representation of color #D581DB: hue angle of 296º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D581DB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213129219-
CMYK0.030.4100.14
HSL296º55.56%68.24%-
HSV(B)296º41.1%85.88%-
XYZ48.0834.9671.23-
YUV164.38158.83162.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=37.97%
G=22.99%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131292190.030.4100.1429655.5668.24
HexD581DB3290E1283844
Octal32520133335101645070104
Binary11010101100000011101101111101001011101001010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581DB; }

 p { color: rgb(213,129,219); }

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

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

 a { background-color: rgb(213,129,219); }

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

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

 span { border-color: rgb(213,129,219); }

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