#D86BD3

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

Shades of Orchid #D86BD3

Tints of Orchid #D86BD3

Color information

#D86BD3 (or 0xD86BD3) is unknown color: approx Orchid. HEX triplet: D8, 6B and D3. RGB value is (216,107,211). Sum of RGB (Red+Green+Blue) = 216+107+211=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BD3 is #27942C. Grayscale: #979797. Windows color (decimal): -2593837 or 13855704. OLE color: 13855704.

HSL color Cylindrical-coordinate representation of color #D86BD3: hue angle of 302.75º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BD3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216107211-
CMYK00.500.020.15
HSL302.75º58.29%63.33%-
HSV(B)302.75º50.46%84.71%-
XYZ45.3329.8264.99-
YUV151.45161.61174.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 107 (42.19% from 255) = 20.04%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=40.45%
G=20.04%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610721100.500.020.15302.7558.2963.33
HexD86BD30322F12f3a3f
Octal3301533230622174577277
Binary110110001101011110100110110010101111100101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86BD3; }

 p { color: rgb(216,107,211); }

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

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

 a { background-color: rgb(216,107,211); }

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

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

 span { border-color: rgb(216,107,211); }

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