#D886CE

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

Shades of Orchid #D886CE

Tints of Orchid #D886CE

Color information

#D886CE (or 0xD886CE) is unknown color: approx Orchid. HEX triplet: D8, 86 and CE. RGB value is (216,134,206). Sum of RGB (Red+Green+Blue) = 216+134+206=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CE is #277931. Grayscale: #A6A6A6. Windows color (decimal): -2586930 or 13534936. OLE color: 13534936.

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

Color convert

RGB216134206-
CMYK00.380.050.15
HSL307.32º51.25%68.63%-
HSV(B)307.32º37.96%84.71%-
XYZ47.9836.1162.83-
YUV166.73150.17163.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=38.85%
G=24.10%
B=37.05%

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
Decimal21613420600.380.050.15307.3251.2568.63
HexD886CE0265F1333345
Octal33020631604651746363105
Binary110110001000011011001110010011010111111001100111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886CE; }

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

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

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

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

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

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

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

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