#D86FDA

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

Shades of Orchid #D86FDA

Tints of Orchid #D86FDA

Color information

#D86FDA (or 0xD86FDA) is unknown color: approx Orchid. HEX triplet: D8, 6F and DA. RGB value is (216,111,218). Sum of RGB (Red+Green+Blue) = 216+111+218=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D86FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FDA is #279025. Grayscale: #9A9A9A. Windows color (decimal): -2592806 or 14315480. OLE color: 14315480.

HSL color Cylindrical-coordinate representation of color #D86FDA: hue angle of 298.88º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FDA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216111218-
CMYK0.010.4900.15
HSL298.88º59.12%64.51%-
HSV(B)298.88º49.08%85.49%-
XYZ46.6631.0369.86-
YUV154.59163.79171.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 218 (85.55% from 255) = 40%
R=39.63%
G=20.37%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161112180.010.4900.15298.8859.1264.51
HexD86FDA1310F12b3b41
Octal33015733216101745373101
Binary110110001101111110110101110001011111001010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FDA; }

 p { color: rgb(216,111,218); }

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

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

 a { background-color: rgb(216,111,218); }

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

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

 span { border-color: rgb(216,111,218); }

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