#D886C9

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

Shades of Orchid #D886C9

Tints of Orchid #D886C9

Color information

#D886C9 (or 0xD886C9) is unknown color: approx Orchid. HEX triplet: D8, 86 and C9. RGB value is (216,134,201). Sum of RGB (Red+Green+Blue) = 216+134+201=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D886C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886C9 is #277936. Grayscale: #A5A5A5. Windows color (decimal): -2586935 or 13207256. OLE color: 13207256.

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

Color convert

RGB216134201-
CMYK00.380.070.15
HSL310.98º51.25%68.63%-
HSV(B)310.98º37.96%84.71%-
XYZ47.3935.8759.68-
YUV166.16147.67163.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=39.20%
G=24.32%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613420100.380.070.15310.9851.2568.63
HexD886C90267F1373345
Octal33020631104671746763105
Binary110110001000011011001001010011011111111001101111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886C9; }

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

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

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

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

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

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

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

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