#D86ACF

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

Shades of Orchid #D86ACF

Tints of Orchid #D86ACF

Color information

#D86ACF (or 0xD86ACF) is unknown color: approx Orchid. HEX triplet: D8, 6A and CF. RGB value is (216,106,207). Sum of RGB (Red+Green+Blue) = 216+106+207=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ACF is #279530. Grayscale: #969696. Windows color (decimal): -2594097 or 13593304. OLE color: 13593304.

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

Color convert

RGB216106207-
CMYK00.510.040.15
HSL304.91º58.51%63.14%-
HSV(B)304.91º50.93%84.71%-
XYZ44.7429.4162.35-
YUV150.4159.94174.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=40.83%
G=20.04%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610620700.510.040.15304.9158.5163.14
HexD86ACF0334F1313b3f
Octal3301523170634174617377
Binary1101100011010101100111101100111001111100110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86ACF; }

 p { color: rgb(216,106,207); }

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

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

 a { background-color: rgb(216,106,207); }

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

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

 span { border-color: rgb(216,106,207); }

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