#D885CE

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

Shades of Orchid #D885CE

Tints of Orchid #D885CE

Color information

#D885CE (or 0xD885CE) is unknown color: approx Orchid. HEX triplet: D8, 85 and CE. RGB value is (216,133,206). Sum of RGB (Red+Green+Blue) = 216+133+206=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D885CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885CE is #277A31. Grayscale: #A5A5A5. Windows color (decimal): -2587186 or 13534680. OLE color: 13534680.

HSL color Cylindrical-coordinate representation of color #D885CE: hue angle of 307.23º 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 #D885CE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216133206-
CMYK00.380.050.15
HSL307.23º51.55%68.43%-
HSV(B)307.23º38.43%84.71%-
XYZ47.8535.8362.79-
YUV166.14150.5163.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=38.92%
G=23.96%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613320600.380.050.15307.2351.5568.43
HexD885CE0265F1333444
Octal33020531604651746364104
Binary110110001000010111001110010011010111111001100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885CE; }

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

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

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

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

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

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

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

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