#DA87DD

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

Shades of Orchid #DA87DD

Tints of Orchid #DA87DD

Color information

#DA87DD (or 0xDA87DD) is unknown color: approx Orchid. HEX triplet: DA, 87 and DD. RGB value is (218,135,221). Sum of RGB (Red+Green+Blue) = 218+135+221=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87DD is #257822. Grayscale: #A9A9A9. Windows color (decimal): -2455587 or 14518234. OLE color: 14518234.

HSL color Cylindrical-coordinate representation of color #DA87DD: hue angle of 297.91º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA87DD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218135221-
CMYK0.010.3900.13
HSL297.91º55.84%69.8%-
HSV(B)297.91º38.91%86.67%-
XYZ50.6337.4572.97-
YUV169.62157162.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 135 (53.12% from 255) = 23.52%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=37.98%
G=23.52%
B=38.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181352210.010.3900.13297.9155.8469.8
HexDA87DD1270D12a3846
Octal33220733514701545270106
Binary1101101010000111110111011100111011011001010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87DD; }

 p { color: rgb(218,135,221); }

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

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

 a { background-color: rgb(218,135,221); }

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

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

 span { border-color: rgb(218,135,221); }

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