#d86fbe

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

Shades of Orchid #D86FBE

Tints of Orchid #D86FBE

Color information

#D86FBE (or 0xD86FBE) is unknown color: approx Orchid. HEX triplet: D8, 6F and BE. RGB value is (216,111,190). Sum of RGB (Red+Green+Blue) = 216+111+190=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FBE is #279041. Grayscale: #979797. Windows color (decimal): -2592834 or 12480472. OLE color: 12480472.

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

Color convert

RGB216111190-
CMYK00.490.120.15
HSL314.86º57.38%64.12%-
HSV(B)314.86º48.61%84.71%-
XYZ43.329.6952.16-
YUV151.4149.79174.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=41.78%
G=21.47%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611119000.490.120.15314.8657.3864.12
HexD86FBE031CF13b3940
Octal330157276061141747371100
Binary110110001101111101111100110001110011111001110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86fbe; }

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

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

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

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

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

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

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

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