#D581DD

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

Shades of Orchid #D581DD

Tints of Orchid #D581DD

Color information

#D581DD (or 0xD581DD) is unknown color: approx Orchid. HEX triplet: D5, 81 and DD. RGB value is (213,129,221). Sum of RGB (Red+Green+Blue) = 213+129+221=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D581DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DD is #2A7E22. Grayscale: #A4A4A4. Windows color (decimal): -2784803 or 14516693. OLE color: 14516693.

HSL color Cylindrical-coordinate representation of color #D581DD: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D581DD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213129221-
CMYK0.040.4200.13
HSL294.78º57.5%68.63%-
HSV(B)294.78º41.63%86.67%-
XYZ48.3435.0772.63-
YUV164.6159.83162.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=37.83%
G=22.91%
B=39.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131292210.040.4200.13294.7857.568.63
HexD581DD42A0D1273a45
Octal32520133545201544772105
Binary110101011000000111011101100101010011011001001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581DD; }

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

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

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

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

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

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

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

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