#D885E0

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

Shades of Orchid #D885E0

Tints of Orchid #D885E0

Color information

#D885E0 (or 0xD885E0) is unknown color: approx Orchid. HEX triplet: D8, 85 and E0. RGB value is (216,133,224). Sum of RGB (Red+Green+Blue) = 216+133+224=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #D885E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885E0 is #277A1F. Grayscale: #A7A7A7. Windows color (decimal): -2587168 or 14714328. OLE color: 14714328.

HSL color Cylindrical-coordinate representation of color #D885E0: hue angle of 294.73º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D885E0 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216133224-
CMYK0.040.4100.12
HSL294.73º59.48%70%-
HSV(B)294.73º40.62%87.84%-
XYZ50.1636.7674.97-
YUV168.19159.5162.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=37.70%
G=23.21%
B=39.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161332240.040.4100.12294.7359.4870
HexD885E04290C1273b46
Octal33020534045101444773106
Binary110110001000010111100000100101001011001001001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885E0; }

 p { color: rgb(216,133,224); }

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

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

 a { background-color: rgb(216,133,224); }

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

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

 span { border-color: rgb(216,133,224); }

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