#D886C5

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

Shades of Orchid #D886C5

Tints of Orchid #D886C5

Color information

#D886C5 (or 0xD886C5) is unknown color: approx Orchid. HEX triplet: D8, 86 and C5. RGB value is (216,134,197). Sum of RGB (Red+Green+Blue) = 216+134+197=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D886C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886C5 is #27793A. Grayscale: #A5A5A5. Windows color (decimal): -2586939 or 12945112. OLE color: 12945112.

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

Color convert

RGB216134197-
CMYK00.380.090.15
HSL313.9º51.25%68.63%-
HSV(B)313.9º37.96%84.71%-
XYZ46.9235.6857.24-
YUV165.7145.67163.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=39.49%
G=24.50%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613419700.380.090.15313.951.2568.63
HexD886C50269F13a3345
Octal330206305046111747263105
Binary1101100010000110110001010100110100111111001110101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886C5; }

 p { color: rgb(216,134,197); }

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

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

 a { background-color: rgb(216,134,197); }

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

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

 span { border-color: rgb(216,134,197); }

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