#D885D4

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

Shades of Orchid #D885D4

Tints of Orchid #D885D4

Color information

#D885D4 (or 0xD885D4) is unknown color: approx Orchid. HEX triplet: D8, 85 and D4. RGB value is (216,133,212). Sum of RGB (Red+Green+Blue) = 216+133+212=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D885D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885D4 is #277A2B. Grayscale: #A6A6A6. Windows color (decimal): -2587180 or 13927896. OLE color: 13927896.

HSL color Cylindrical-coordinate representation of color #D885D4: hue angle of 302.89º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885D4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216133212-
CMYK00.380.020.15
HSL302.89º51.55%68.43%-
HSV(B)302.89º38.43%84.71%-
XYZ48.5936.1366.7-
YUV166.82153.5163.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=38.50%
G=23.71%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613321200.380.020.15302.8951.5568.43
HexD885D40262F12f3444
Octal33020532404621745764104
Binary11011000100001011101010001001101011111001011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885D4; }

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

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

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

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

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

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

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

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