#D885DA

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

Shades of Orchid #D885DA

Tints of Orchid #D885DA

Color information

#D885DA (or 0xD885DA) is unknown color: approx Orchid. HEX triplet: D8, 85 and DA. RGB value is (216,133,218). Sum of RGB (Red+Green+Blue) = 216+133+218=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D885DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885DA is #277A25. Grayscale: #A7A7A7. Windows color (decimal): -2587174 or 14321112. OLE color: 14321112.

HSL color Cylindrical-coordinate representation of color #D885DA: hue angle of 298.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D885DA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216133218-
CMYK0.010.3900.15
HSL298.59º53.46%68.82%-
HSV(B)298.59º38.99%85.49%-
XYZ49.3636.4470.76-
YUV167.51156.5162.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=38.10%
G=23.46%
B=38.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161332180.010.3900.15298.5953.4668.82
HexD885DA1270F12b3545
Octal33020533214701745365105
Binary1101100010000101110110101100111011111001010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885DA; }

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

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

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

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

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

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

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

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