#D885DF

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

Shades of Orchid #D885DF

Tints of Orchid #D885DF

Color information

#D885DF (or 0xD885DF) is unknown color: approx Orchid. HEX triplet: D8, 85 and DF. RGB value is (216,133,223). Sum of RGB (Red+Green+Blue) = 216+133+223=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D885DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885DF is #277A20. Grayscale: #A7A7A7. Windows color (decimal): -2587169 or 14648792. OLE color: 14648792.

HSL color Cylindrical-coordinate representation of color #D885DF: hue angle of 295.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D885DF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216133223-
CMYK0.030.4000.13
HSL295.33º58.44%69.8%-
HSV(B)295.33º40.36%87.45%-
XYZ50.0336.774.26-
YUV168.08159162.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=37.76%
G=23.25%
B=38.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161332230.030.4000.13295.3358.4469.8
HexD885DF3280D1273a46
Octal33020533735001544772106
Binary11011000100001011101111111101000011011001001111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885DF; }

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

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

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

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

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

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

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

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